diff options
| author | bobzel <zzzman@gmail.com> | 2020-08-21 18:46:58 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-08-21 18:46:58 -0400 |
| commit | ca9cf672bdfd8ebf11cb20264474bcb9d9729944 (patch) | |
| tree | aa8028c21950f1ff30f4dca09264c908ee6d8bf8 /src/client/util/History.ts | |
| parent | 36630b9aa2e1c4710a69a4fdf4ec98c3f5bca92c (diff) | |
switched from "scenes" to "dashboards"
Diffstat (limited to 'src/client/util/History.ts')
| -rw-r--r-- | src/client/util/History.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/util/History.ts b/src/client/util/History.ts index aed887055..cab682ac7 100644 --- a/src/client/util/History.ts +++ b/src/client/util/History.ts @@ -197,7 +197,7 @@ export namespace HistoryUtil { await Promise.all(Object.keys(init).map(id => initDoc(id, init[id]))); } if (field instanceof Doc) { - MainView.Instance.openScene(field, true); + MainView.Instance.openDashboard(field, true); } } |
