Skip to content

Commit

Permalink
perform sgroup attr actions (#5993)
Browse files Browse the repository at this point in the history
  • Loading branch information
askyel authored Nov 29, 2024
1 parent 4f28cec commit 5d1aa12
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -312,12 +312,12 @@ export function fromSgroupDeletion(restruct, id, needPerform = true) {

action.addOp(new SGroupDelete(id));

action.mergeWith(sGroupAttributeAction(id, attrs));

if (needPerform) {
action = action.perform(restruct);
}

action.mergeWith(sGroupAttributeAction(id, attrs));

return action;
}

Expand Down

0 comments on commit 5d1aa12

Please sign in to comment.