Skip to content

Commit

Permalink
ISSUE #Fixed deleting groups not deleting transformations
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmont3drepo committed Jan 19, 2024
1 parent 524e747 commit f07f1e2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ export const TicketView = ({
const { state, ...view } = cloneDeep(value || {});
state.colored = [];
state.hidden = [];
state.transformed = [];
onChange?.({ state, ...view });
};

Expand Down

0 comments on commit f07f1e2

Please sign in to comment.