diff options
| author | bobzel <zzzman@gmail.com> | 2022-06-20 22:18:42 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-06-20 22:18:42 -0400 |
| commit | 3e22a44461095d95062e3b809b525a0a87342ac3 (patch) | |
| tree | 7cb2302760b4def55ee2ff85f6edaabe81ab8dc0 /src/mobile/MobileInterface.tsx | |
| parent | bf47265596c0b1c54a30779164238a8849f7f496 (diff) | |
more cleanup to get rid of unecessary references to Doc.UserDoc().
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 fe8100997..bf06faeb9 100644 --- a/src/mobile/MobileInterface.tsx +++ b/src/mobile/MobileInterface.tsx @@ -391,7 +391,7 @@ export class MobileInterface extends React.Component { * Handles the 'Create New Dashboard' button in the menu (taken from MainView.tsx) */ @action - createNewDashboard = async (id?: string) => { + createNewDashboard = (id?: string) => { const scens = CurrentUserUtils.MyDashboards; const dashboardCount = DocListCast(scens.data).length + 1; const freeformOptions: DocumentOptions = { |
