mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-22 04:10:01 +00:00
fix(editor): Add pinned data only to manual executions in execution view (#10605)
This commit is contained in:
@@ -997,7 +997,7 @@ export default defineComponent({
|
||||
});
|
||||
this.workflowsStore.setWorkflowId(PLACEHOLDER_EMPTY_WORKFLOW_ID);
|
||||
this.workflowsStore.setWorkflowExecutionData(data);
|
||||
if (data.workflowData.pinData) {
|
||||
if (data.workflowData.pinData && data.mode === 'manual') {
|
||||
this.workflowsStore.setWorkflowPinData(data.workflowData.pinData);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user