diff options
| author | bobzel <zzzman@gmail.com> | 2023-12-16 17:52:58 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-12-16 17:52:58 -0500 |
| commit | f3c9c87e4235024e3b382b9f1e7da8eb7fbeaa23 (patch) | |
| tree | 0ccca573175426c1826700ee71cd5329aa451a55 /src/client/views/collections/CollectionDockingView.tsx | |
| parent | a142c57a4a75477727122130b091f3aec1bd8d91 (diff) | |
| parent | 4a1d64e470f7f8fae90e5014f3e6e64c5ffea2c8 (diff) | |
Merge branch 'zaul-new-branch' of https://github.com/brown-dash/Dash-Web into zaul-new-branch
Diffstat (limited to 'src/client/views/collections/CollectionDockingView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionDockingView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionDockingView.tsx b/src/client/views/collections/CollectionDockingView.tsx index 2e8047309..f479b9b11 100644 --- a/src/client/views/collections/CollectionDockingView.tsx +++ b/src/client/views/collections/CollectionDockingView.tsx @@ -465,6 +465,7 @@ export class CollectionDockingView extends CollectionSubView() { }); const copy = Docs.Create.DockDocument(newtabs, json, { title: incrementTitleCopy(StrCast(doc.title)) }); DashboardView.SetupDashboardTrails(copy); + DashboardView.SetupDashboardCalendars(copy); // Zaul TODO: needed? return DashboardView.openDashboard(copy); } |
