diff options
author | bobzel <zzzman@gmail.com> | 2023-07-13 20:51:20 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-07-13 20:51:20 -0400 |
commit | f96fb8dc3e430f93b7a7f3a57fa3fb3d83c813c9 (patch) | |
tree | 94ed3c40d69027a67424a67e9b67d48e2f113ccf /src/client/views/collections/CollectionDockingView.tsx | |
parent | 51d464e67b22939e7fd1422a7175ec9b58f390a7 (diff) |
removed shared dashboards from SharedDocs -- only available through the Dashbaord view now. Need to change hgihlight of Dashboard button to show badge w/ new dashboards the same as is done is shard docs.
Diffstat (limited to 'src/client/views/collections/CollectionDockingView.tsx')
-rw-r--r-- | src/client/views/collections/CollectionDockingView.tsx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/client/views/collections/CollectionDockingView.tsx b/src/client/views/collections/CollectionDockingView.tsx index b2eaa964c..8d1b46ebb 100644 --- a/src/client/views/collections/CollectionDockingView.tsx +++ b/src/client/views/collections/CollectionDockingView.tsx @@ -386,10 +386,6 @@ export class CollectionDockingView extends CollectionSubView() { .map(f => f as Doc); const changesMade = this.props.Document.dockingConfig !== json; if (changesMade) { - if (json.startsWith('{"settings"')) { - alert("Porblems looming") - debugger; - } if (![AclAdmin, AclEdit].includes(GetEffectiveAcl(this.dataDoc))) { this.layoutDoc.dockingConfig = json; this.layoutDoc.data = new List<Doc>(docs); |