aboutsummaryrefslogtreecommitdiff
path: root/src/mobile
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-08-27 12:37:25 -0400
committerGitHub <noreply@github.com>2023-08-27 12:37:25 -0400
commit6d60b14e109e527ddc7a096af858cbc05dab3480 (patch)
treeb33ca8a9ca5948a5288f62a6318f0151a6696e23 /src/mobile
parentbf1777b93be0707e17e3b3c0ca6c965facebfe14 (diff)
parentf259986fec815660af93a3bf08e6f1baec029b85 (diff)
Merge pull request #218 from brown-dash/secondpropertiesmenu-emily
Secondpropertiesmenu emily
Diffstat (limited to 'src/mobile')
-rw-r--r--src/mobile/MobileInterface.tsx1
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');