fix: Fix execution card router link (no-changelog) (#6870)

This commit is contained in:
Alex Grozav
2023-08-08 12:42:27 +03:00
committed by GitHub
parent 08982ede4c
commit 8de28fe4d0

View File

@@ -13,7 +13,7 @@
:class="$style.executionLink" :class="$style.executionLink"
:to="{ :to="{
name: VIEWS.EXECUTION_PREVIEW, name: VIEWS.EXECUTION_PREVIEW,
params: { workflowId: currentWorkflow, executionId: execution.id }, params: { name: currentWorkflow, executionId: execution.id },
}" }"
:data-test-execution-status="executionUIDetails.name" :data-test-execution-status="executionUIDetails.name"
> >