diff options
author | geireann <geireann.lindfield@gmail.com> | 2023-07-12 14:55:33 -0400 |
---|---|---|
committer | geireann <geireann.lindfield@gmail.com> | 2023-07-12 14:55:33 -0400 |
commit | 044f451de061373aa8865082ee9c02f567d17264 (patch) | |
tree | 6e15f606417b4f6d16a88c7d5c48fd26f4defe6c /src/client/views/MainView.tsx | |
parent | 925920d4c8743ccb3f4dffa7791eb44883883a89 (diff) |
fixing dashboard view of shared dashboards to open dashbarods the same as sharing panel - as embeddings.
Diffstat (limited to 'src/client/views/MainView.tsx')
-rw-r--r-- | src/client/views/MainView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index 59636ccbe..2f877d74d 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -154,7 +154,6 @@ export class MainView extends React.Component { this._sidebarContent.proto = undefined; if (!MainView.Live) { DocServer.setLivePlaygroundFields([ - 'dockingConfig', 'dataTransition', 'viewTransition', 'treeViewOpen', |