fix(editor): Fix execution with wait node (#9051)

This commit is contained in:
Csaba Tuncsik
2024-04-04 12:33:29 +02:00
committed by GitHub
parent dff8f7ac94
commit db4f8d49a3

View File

@@ -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