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