aboutsummaryrefslogtreecommitdiff
path: root/src/mobile/MobileInterface.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2022-06-26 09:51:39 -0400
committerbobzel <zzzman@gmail.com>2022-06-26 09:51:39 -0400
commit809a8f766640fe297a4019be52bb8fd4da81e4fe (patch)
tree8196e31d24ddd0d573e518362b27187e3f567f30 /src/mobile/MobileInterface.tsx
parent301f13ebcbc47bd04b56210620aafaaad5f2998e (diff)
parentdccf5909f4a4bec35559b23a2f355ab4c7a94086 (diff)
Merge branch 'master' into mainview-jenny
Diffstat (limited to 'src/mobile/MobileInterface.tsx')
-rw-r--r--src/mobile/MobileInterface.tsx2
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 = {