mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
fix: conflict merge.
This commit is contained in:
2
client/src/store/vendors/vendors.actions.js
vendored
2
client/src/store/vendors/vendors.actions.js
vendored
@@ -17,7 +17,7 @@ export const fetchVendorsTable = ({ query }) => {
|
||||
payload: {
|
||||
vendors: response.data.vendors,
|
||||
pagination: response.data.pagination,
|
||||
customViewId: response.data.customViewId,
|
||||
customViewId: response.data.customViewId || -1,
|
||||
},
|
||||
});
|
||||
dispatch({
|
||||
|
||||
Reference in New Issue
Block a user