mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
Fix : ItemCategory & items
This commit is contained in:
@@ -59,7 +59,7 @@ export const fetchCustomers = ({ query }) => {
|
||||
dispatch({
|
||||
type: t.CUSTOMERS_PAGE_SET,
|
||||
customers: response.data.customers,
|
||||
customViewId: response.data.customers.customViewId,
|
||||
customViewId: response.data.customers?.viewMeta?.customViewId || -1,
|
||||
paginationMeta: response.data.pagination,
|
||||
});
|
||||
dispatch({
|
||||
|
||||
Reference in New Issue
Block a user