fix: first workspace name (#1411)

This commit is contained in:
Himself65
2023-03-08 01:44:50 -06:00
committed by GitHub
parent 6d435398e3
commit 75a7e2339c
4 changed files with 5 additions and 5 deletions

View File

@@ -1,2 +1,2 @@
export const DEFAULT_WORKSPACE_NAME = 'Untitled Workspace';
export const DEFAULT_WORKSPACE_NAME = 'Demo Workspace';
export const UNTITLED_WORKSPACE_NAME = 'Untitled';