1
0
Fork 0
mirror of synced 2024-07-05 22:40:39 +12:00

Fix command palette navigating to screens

This commit is contained in:
Andrew Kingston 2023-08-23 15:46:41 +01:00
parent 277aa30b07
commit 94d9769310

View file

@ -121,7 +121,9 @@
type: "Screen",
name: screen.routing.route,
icon: "WebPage",
action: () => $goto(`./design/${screen._id}`),
action: () => {
$goto(`./design/${screen._id}/${screen._id}-screen`)
},
})),
...($automationStore?.automations?.map(automation => ({
type: "Automation",