From c66e7566f36cf256d25a802e2bb3a15a97a28e22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82?= Date: Thu, 31 Oct 2024 00:08:55 +0100 Subject: [PATCH] chore(dashboard): revert close navigation --- .../src/components/workflow-editor/steps/in-app-editor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }); }} >