diff options
| author | bobzel <zzzman@gmail.com> | 2024-09-04 13:21:52 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-09-04 13:21:52 -0400 |
| commit | a5ac17898151df59c748547acbcb0d2ac63d357d (patch) | |
| tree | 88bc7174ef05b58d5e6fae856ca371628529d9d2 /src/client/views/DashboardView.tsx | |
| parent | 0b77229000231869695a6211e216d5b1755f53f7 (diff) | |
start of conversion of Calendar into a CollectionView
Diffstat (limited to 'src/client/views/DashboardView.tsx')
| -rw-r--r-- | src/client/views/DashboardView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/DashboardView.tsx b/src/client/views/DashboardView.tsx index 33e905a54..eced64524 100644 --- a/src/client/views/DashboardView.tsx +++ b/src/client/views/DashboardView.tsx @@ -465,7 +465,7 @@ export class DashboardView extends ObservableReactComponent<object> { isSystem: true, layout_explainer: 'All of the calendars that you have created will appear here.', }; - const myCalendars = DocUtils.AssignScripts(Docs.Create.CalendarCollectionDocument([], reqdOpts)); + const myCalendars = DocUtils.AssignScripts(Docs.Create.StackingDocument([], reqdOpts)); // { treeView_ChildDoubleClick: 'openPresentation(documentView.rootDoc)' } return new PrefetchProxy(myCalendars); } |
