Skip to content

Commit

Permalink
front: fix new rolling stock categories not reseting
Browse files Browse the repository at this point in the history
Signed-off-by: Alice K. <[email protected]>
  • Loading branch information
Alice K. authored and Synar committed Mar 6, 2025
1 parent 8590f5e commit df5b523
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions front/src/modules/rollingStock/helpers/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ export const getRollingStockEditorDefaultValues = (
}
: {
...newRollingStockValues,
categories: new Set(),
};

export const rollingStockEditorQueryArg = (
Expand Down

0 comments on commit df5b523

Please sign in to comment.