mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
feat: customer form styling.
feat: customers list.
This commit is contained in:
@@ -47,7 +47,7 @@ export const fetchCustomers = ({ query }) => {
|
||||
new Promise((resolve, reject) => {
|
||||
const pageQuery = getState().items.tableQuery;
|
||||
dispatch({
|
||||
type: t.ITEMS_TABLE_LOADING,
|
||||
type: t.CUSTOMERS_TABLE_LOADING,
|
||||
payload: { loading: true },
|
||||
});
|
||||
ApiService.get(`customers`, { params: { ...pageQuery, ...query } })
|
||||
|
||||
Reference in New Issue
Block a user