Skip to content

Commit

Permalink
ISSUE #4642 - Fixed reseting transformation and saving the ticket not…
Browse files Browse the repository at this point in the history
… working
  • Loading branch information
sanmont3drepo committed Jan 19, 2024
1 parent edfbf8e commit 524e747
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/v5/store/tickets/tickets.helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ const fillEmptyOverrides = (values: Partial<ITicket>) => {
viewValue.state ||= {} as any;
viewValue.state.colored ||= [];
viewValue.state.hidden ||= [];
viewValue.state.transformed ||= [];
}
});
};
Expand Down

0 comments on commit 524e747

Please sign in to comment.