From 72be523725c89b5ddd99db43f905cb619a29416f Mon Sep 17 00:00:00 2001 From: Csaba Tuncsik Date: Fri, 16 Feb 2024 11:43:14 +0100 Subject: [PATCH] fix: Add execution tab to redirections --- packages/editor-ui/src/features/projects/projects-constants.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/editor-ui/src/features/projects/projects-constants.ts b/packages/editor-ui/src/features/projects/projects-constants.ts index 16cbbd56139a5..19118ec9cecdc 100644 --- a/packages/editor-ui/src/features/projects/projects-constants.ts +++ b/packages/editor-ui/src/features/projects/projects-constants.ts @@ -10,6 +10,7 @@ export const oldRoutesToRedirectToProjects = [ '/workflow/new', '/workflow/:name/debug/:executionId', '/workflow/:name/executions', + '/workflow/:name/executions/:executionId', '/workflow/:workflowId/history/:versionId?', '/workflows/templates/:id', ];