diff --git a/apps/dashboard/src/components/workflow-editor/steps/in-app-editor.tsx b/apps/dashboard/src/components/workflow-editor/steps/in-app-editor.tsx index 272d8ae9c7a..06475529404 100644 --- a/apps/dashboard/src/components/workflow-editor/steps/in-app-editor.tsx +++ b/apps/dashboard/src/components/workflow-editor/steps/in-app-editor.tsx @@ -50,7 +50,7 @@ export const InAppEditor = () => { size="xs" className="size-6" onClick={() => { - navigate('.', { relative: 'path' }); + navigate('../', { relative: 'path' }); }} >