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 = {
|
||||
visible: true,
|
||||
visible: false,
|
||||
state: {
|
||||
sorting: 'shipment_date_desc',
|
||||
shippingWarehouseId: -1,
|
||||
|
||||
Reference in New Issue
Block a user