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