aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionDockingView.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2022-10-06 11:18:42 -0400
committerbobzel <zzzman@gmail.com>2022-10-06 11:18:42 -0400
commit161e0f1bdaec29516c9398c740a585e22595bf74 (patch)
treea47efdc09d80a1aad3e8b9057d2ebc7444d07fdb /src/client/views/collections/CollectionDockingView.tsx
parent4d21b79bfb87bb5fe81950a432a031f42b99f707 (diff)
fixed warnings with scriptingbox keys
Diffstat (limited to 'src/client/views/collections/CollectionDockingView.tsx')
-rw-r--r--src/client/views/collections/CollectionDockingView.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionDockingView.tsx b/src/client/views/collections/CollectionDockingView.tsx
index 37a2d5e5d..e9b41de25 100644
--- a/src/client/views/collections/CollectionDockingView.tsx
+++ b/src/client/views/collections/CollectionDockingView.tsx
@@ -313,6 +313,8 @@ export class CollectionDockingView extends CollectionSubView() {
glay.root.layoutManager.on('itemDropped', this.tabItemDropped);
glay.root.layoutManager.on('dragStart', this.tabDragStart);
glay.root.layoutManager.on('activeContentItemChanged', this.stateChanged);
+ } else {
+ console.log('ERROR: no config for dashboard!!');
}
};