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 committed Apr 4, 2024
1 parent dff8f7a commit db4f8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor-ui/src/mixins/pushConnection.ts
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 db4f8d4

Please sign in to comment.