Skip to content

Commit db4f8d4

Browse files
authored
fix(editor): Fix execution with wait node (#9051)
1 parent dff8f7a commit db4f8d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/editor-ui/src/mixins/pushConnection.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ export const pushConnection = defineComponent({
319319
const workflow = this.workflowHelpers.getCurrentWorkflow();
320320
if (runDataExecuted.waitTill !== undefined) {
321321
const workflowSettings = this.workflowsStore.workflowSettings;
322-
const saveManualExecutions = this.rootStore.saveManualExecutions;
322+
const saveManualExecutions = this.settingsStore.saveManualExecutions;
323323

324324
const isSavingExecutions =
325325
workflowSettings.saveManualExecutions === undefined

0 commit comments

Comments
 (0)