mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 04:34:06 -08:00
fix(editor): Fix execution with wait node (#9051)
This commit is contained in:
parent
dff8f7ac94
commit
db4f8d49a3
|
@ -319,7 +319,7 @@ export const pushConnection = defineComponent({
|
|||
const workflow = this.workflowHelpers.getCurrentWorkflow();
|
||||
if (runDataExecuted.waitTill !== undefined) {
|
||||
const workflowSettings = this.workflowsStore.workflowSettings;
|
||||
const saveManualExecutions = this.rootStore.saveManualExecutions;
|
||||
const saveManualExecutions = this.settingsStore.saveManualExecutions;
|
||||
|
||||
const isSavingExecutions =
|
||||
workflowSettings.saveManualExecutions === undefined
|
||||
|
|
Loading…
Reference in a new issue