mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix: Show actual execution data for production executions even if pin data exists (#6302)
This commit is contained in:
@@ -3622,6 +3622,8 @@ export default defineComponent({
|
||||
type: 'error',
|
||||
});
|
||||
}
|
||||
} else if (json?.command === 'setActiveExecution') {
|
||||
this.workflowsStore.activeWorkflowExecution = json.execution;
|
||||
}
|
||||
} catch (e) {}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user