mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
feat: WIP advanced filter.
This commit is contained in:
@@ -8,6 +8,7 @@ const initialState = {
|
||||
tableState: {
|
||||
pageSize: 12,
|
||||
pageIndex: 0,
|
||||
filterRoles: []
|
||||
},
|
||||
};
|
||||
|
||||
@@ -15,7 +16,7 @@ const STORAGE_KEY = 'bigcapital:bills';
|
||||
|
||||
const CONFIG = {
|
||||
key: STORAGE_KEY,
|
||||
whitelist: ['tableState'],
|
||||
whitelist: [],
|
||||
storage,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user