From 8de28fe4d04ec6418ef3aad216eccbda58b0093b Mon Sep 17 00:00:00 2001 From: Alex Grozav Date: Tue, 8 Aug 2023 12:42:27 +0300 Subject: [PATCH] fix: Fix execution card router link (no-changelog) (#6870) --- .../editor-ui/src/components/ExecutionsView/ExecutionCard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/editor-ui/src/components/ExecutionsView/ExecutionCard.vue b/packages/editor-ui/src/components/ExecutionsView/ExecutionCard.vue index bfe2f75dc..45d67cbea 100644 --- a/packages/editor-ui/src/components/ExecutionsView/ExecutionCard.vue +++ b/packages/editor-ui/src/components/ExecutionsView/ExecutionCard.vue @@ -13,7 +13,7 @@ :class="$style.executionLink" :to="{ name: VIEWS.EXECUTION_PREVIEW, - params: { workflowId: currentWorkflow, executionId: execution.id }, + params: { name: currentWorkflow, executionId: execution.id }, }" :data-test-execution-status="executionUIDetails.name" >