feat: update filter visibility state to be hidden by default

This commit is contained in:
2025-06-13 15:53:46 +03:00
parent 2d5d04987b
commit 52529a7974

View File

@@ -11,7 +11,7 @@ export interface FilterSliceState {
}
const initialState: FilterSliceState = {
visible: true,
visible: false,
state: {
sorting: 'shipment_date_desc',
shippingWarehouseId: -1,