Skip to content

Commit c6b9cc5

Browse files
author
Alice K.
committed
front: fix new rolling stock categories not reseting
Signed-off-by: Alice K. <[email protected]>
1 parent 164c697 commit c6b9cc5

File tree

1 file changed

+1
-0
lines changed
  • front/src/modules/rollingStock/helpers

1 file changed

+1
-0
lines changed

front/src/modules/rollingStock/helpers/utils.ts

+1
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ export const getRollingStockEditorDefaultValues = (
118118
}
119119
: {
120120
...newRollingStockValues,
121+
categories: new Set(),
121122
};
122123

123124
export const rollingStockEditorQueryArg = (

0 commit comments

Comments
 (0)