mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
fix(editor): Fix workflow executions list page redirection (#10981)
This commit is contained in:
@@ -113,7 +113,7 @@ function onDocumentVisibilityChange() {
|
||||
async function initializeRoute() {
|
||||
if (route.name === VIEWS.EXECUTION_HOME && executions.value.length > 0 && workflow.value) {
|
||||
await router
|
||||
.push({
|
||||
.replace({
|
||||
name: VIEWS.EXECUTION_PREVIEW,
|
||||
params: { name: workflow.value.id, executionId: executions.value[0].id },
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user