mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
feat: Sidebar overlay.
This commit is contained in:
@@ -7,6 +7,7 @@ const initialState = {
|
||||
tableState: {
|
||||
pageSize: 12,
|
||||
pageIndex: 0,
|
||||
inactiveMode: false,
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
@@ -9,6 +9,7 @@ const initialState = {
|
||||
pageSize: 12,
|
||||
pageIndex: 0,
|
||||
filters: [],
|
||||
inactiveMode: false,
|
||||
},
|
||||
selectedRows: [],
|
||||
};
|
||||
|
||||
1
client/src/store/vendors/vendors.reducer.js
vendored
1
client/src/store/vendors/vendors.reducer.js
vendored
@@ -8,6 +8,7 @@ const initialState = {
|
||||
tableState: {
|
||||
pageSize: 12,
|
||||
pageIndex: 0,
|
||||
inactiveMode: false,
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user