Skip to content

Commit

Permalink
fix(editor): Fix execution with wait node (#9051)
Browse files Browse the repository at this point in the history
  • Loading branch information
cstuncsik authored and despairblue committed Apr 4, 2024
1 parent 0702e3d commit baec22f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor-ui/src/mixins/pushConnection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit baec22f

Please sign in to comment.