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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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