aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DocumentView.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-06-19 14:55:54 -0400
committerbobzel <zzzman@gmail.com>2023-06-19 14:55:54 -0400
commite6802ea58257710ba262076f8ff57d61b8fd9ec5 (patch)
tree41095b68ec0bccde03c3762816138392b96a140e /src/client/views/nodes/DocumentView.tsx
parent77c988ff16e6f594d32e641cf7a375af4d5a4d56 (diff)
cleanup of unused fields. fix to allow key value pane for collectionDocking view.
Diffstat (limited to 'src/client/views/nodes/DocumentView.tsx')
-rw-r--r--src/client/views/nodes/DocumentView.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/DocumentView.tsx b/src/client/views/nodes/DocumentView.tsx
index adbfc11d4..23148ed34 100644
--- a/src/client/views/nodes/DocumentView.tsx
+++ b/src/client/views/nodes/DocumentView.tsx
@@ -68,7 +68,6 @@ export enum OpenWhere {
addLeft = 'add:left',
addRight = 'add:right',
addBottom = 'add:bottom',
- dashboard = 'dashboard',
close = 'close',
fullScreen = 'fullScreen',
toggle = 'toggle',