mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-22 12:19:09 +00:00
fix: Fix execution card router link (no-changelog) (#6870)
This commit is contained in:
@@ -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"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user