From 70c9e4ada64093c236ed67da43ba0206f7371288 Mon Sep 17 00:00:00 2001 From: Keavon Chambers Date: Sun, 13 Jun 2021 01:45:58 -0700 Subject: [PATCH] Change default document title to "Untitled Document" --- client/web/src/components/window/title-bar/TitleBar.vue | 2 +- client/web/src/components/workspace/Workspace.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/web/src/components/window/title-bar/TitleBar.vue b/client/web/src/components/window/title-bar/TitleBar.vue index 9d8d0ca0..fe410e98 100644 --- a/client/web/src/components/window/title-bar/TitleBar.vue +++ b/client/web/src/components/window/title-bar/TitleBar.vue @@ -4,7 +4,7 @@
- +
diff --git a/client/web/src/components/workspace/Workspace.vue b/client/web/src/components/workspace/Workspace.vue index 7357a782..07c62a6b 100644 --- a/client/web/src/components/workspace/Workspace.vue +++ b/client/web/src/components/workspace/Workspace.vue @@ -5,7 +5,7 @@ :panelType="'Document'" :tabCloseButtons="true" :tabMinWidths="true" - :tabLabels="['X-35B Over Death Valley*', 'Document 1', 'Document 2', 'Document 3', 'Document 4', 'Document 5']" + :tabLabels="['Untitled Document*', 'Document 2', 'Document 3', 'Document 4', 'Document 5', 'Document 6']" :tabActiveIndex="0" />