Skip to content

Commit

Permalink
fix(consumption): Deleting idReplamenent when deleting node (#4369)
Browse files Browse the repository at this point in the history
deleting idReplamenent when deleting node
  • Loading branch information
valentina-vallalta committed Mar 14, 2024
1 parent 6865bbb commit 69f6a87
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export const deleteNodeFromWorkflow = (
delete nodesMetadata[nodeId];
delete state.operations[nodeId];
delete state.newlyAddedOperations[nodeId];
delete state.idReplacements[nodeId];
state.isDirty = true;

// Decrease action count of graph
Expand Down

0 comments on commit 69f6a87

Please sign in to comment.