From 336b28d090799164811a8cd3c02092316e89f327 Mon Sep 17 00:00:00 2001 From: Mutasem Date: Fri, 28 Oct 2022 12:05:36 +0200 Subject: [PATCH] fix(editor): redirect old path /workflow --- packages/editor-ui/src/router.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/editor-ui/src/router.ts b/packages/editor-ui/src/router.ts index 59e46041f2924..9ae53826edf57 100644 --- a/packages/editor-ui/src/router.ts +++ b/packages/editor-ui/src/router.ts @@ -194,6 +194,10 @@ const router = new Router({ }, }, }, + { + path: '/workflow', + redirect: '/workflow/new', + }, { path: '/workflows', name: VIEWS.WORKFLOWS,