diff options
author | bobzel <zzzman@gmail.com> | 2023-08-27 13:37:45 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-08-27 13:37:45 -0400 |
commit | e566cdb001da320b5ee3f7fa60d96b7a09a195c3 (patch) | |
tree | 3d4373ede28da858ae964edffa8539961f148471 /src/mobile/MobileInterface.tsx | |
parent | 0332a80329328e39c244623d5090331b83df339c (diff) | |
parent | 6d60b14e109e527ddc7a096af858cbc05dab3480 (diff) |
Merge branch 'master' into data-visualization-sarah
Diffstat (limited to 'src/mobile/MobileInterface.tsx')
-rw-r--r-- | src/mobile/MobileInterface.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mobile/MobileInterface.tsx b/src/mobile/MobileInterface.tsx index 584a7b432..c16a1c124 100644 --- a/src/mobile/MobileInterface.tsx +++ b/src/mobile/MobileInterface.tsx @@ -584,6 +584,7 @@ export class MobileInterface extends React.Component { y: 400, title: 'Collection ' + dashboardCount, }; + const freeformDoc = Doc.GuestTarget || Docs.Create.FreeformDocument([], freeformOptions); const dashboardDoc = Docs.Create.StandardCollectionDockingDocument([{ doc: freeformDoc, initialWidth: 600 }], { title: `Dashboard ${dashboardCount}` }, id, 'row'); |