diff --git a/packages/builder/src/components/commandPalette/CommandPalette.svelte b/packages/builder/src/components/commandPalette/CommandPalette.svelte index 7174158fbf..92fbe9445c 100644 --- a/packages/builder/src/components/commandPalette/CommandPalette.svelte +++ b/packages/builder/src/components/commandPalette/CommandPalette.svelte @@ -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",