feat: update filter visibility state to be hidden by default
This commit is contained in:
@@ -11,7 +11,7 @@ export interface FilterSliceState {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const initialState: FilterSliceState = {
|
const initialState: FilterSliceState = {
|
||||||
visible: true,
|
visible: false,
|
||||||
state: {
|
state: {
|
||||||
sorting: 'shipment_date_desc',
|
sorting: 'shipment_date_desc',
|
||||||
shippingWarehouseId: -1,
|
shippingWarehouseId: -1,
|
||||||
|
|||||||
Reference in New Issue
Block a user