Compare commits
3 commits
main
...
fix-series
| Author | SHA1 | Date | |
|---|---|---|---|
| 19da40cef9 | |||
| 319f45b3eb | |||
| 79e2877107 |
1 changed files with 4 additions and 0 deletions
|
|
@ -204,6 +204,10 @@ export const emptyWeaponSeriesState: WeaponSeriesState = {
|
||||||
id: 31,
|
id: 31,
|
||||||
checked: false,
|
checked: false,
|
||||||
},
|
},
|
||||||
|
world: {
|
||||||
|
id: 32,
|
||||||
|
checked: false,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
export const emptyPaginationObject = {
|
export const emptyPaginationObject = {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue