Skip to content

Commit

Permalink
Merge pull request #17915 from mvdbeek/fix_step_removal
Browse files Browse the repository at this point in the history
[24.0] Make sure step removal also resets mapOver state
  • Loading branch information
ElectronicBlueberry authored Apr 5, 2024
2 parents f3377c4 + 0bb2925 commit 1fdef1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/stores/workflowStepStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ export const useWorkflowStepStore = defineScopedStore("workflowStepStore", (work

del(steps.value, stepId.toString());
del(stepExtraInputs.value, stepId);
del(stepMapOver.value, stepId.toString());
}

return {
Expand Down

0 comments on commit 1fdef1f

Please sign in to comment.