We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dff8f7a commit db4f8d4Copy full SHA for db4f8d4
packages/editor-ui/src/mixins/pushConnection.ts
@@ -319,7 +319,7 @@ export const pushConnection = defineComponent({
319
const workflow = this.workflowHelpers.getCurrentWorkflow();
320
if (runDataExecuted.waitTill !== undefined) {
321
const workflowSettings = this.workflowsStore.workflowSettings;
322
- const saveManualExecutions = this.rootStore.saveManualExecutions;
+ const saveManualExecutions = this.settingsStore.saveManualExecutions;
323
324
const isSavingExecutions =
325
workflowSettings.saveManualExecutions === undefined
0 commit comments