diff options
author | bobzel <zzzman@gmail.com> | 2022-06-20 05:31:25 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2022-06-20 05:31:25 -0400 |
commit | c0826fb904f5d2448635b5dae1fc4337fead939e (patch) | |
tree | 212d37de8064cb180856e7bd26173dd27ba859ba /src/mobile/MobileInterface.tsx | |
parent | 3351c0372a8372a3e91bbd814f827a8b984f8665 (diff) |
lots of changes to try to cleanup CurrentUserUtils so changes can be made without rebuilding the DB.
Diffstat (limited to 'src/mobile/MobileInterface.tsx')
-rw-r--r-- | src/mobile/MobileInterface.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mobile/MobileInterface.tsx b/src/mobile/MobileInterface.tsx index 78ec706d7..c5c6fb688 100644 --- a/src/mobile/MobileInterface.tsx +++ b/src/mobile/MobileInterface.tsx @@ -68,7 +68,7 @@ export class MobileInterface extends React.Component { constructor(props: Readonly<{}>) { super(props); - this._library = CurrentUserUtils.setupLibrary(Doc.UserDoc()); // to access documents in Dash Web + this._library = CurrentUserUtils.setupDashboards(Doc.UserDoc()); // to access documents in Dash Web MobileInterface.Instance = this; } |