mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
feat: customer form styling.
feat: customers list.
This commit is contained in:
@@ -135,11 +135,10 @@ function CustomersList({
|
||||
filter_roles: filterConditions || '',
|
||||
});
|
||||
},
|
||||
[fetchCustomers],
|
||||
[addCustomersTableQueries],
|
||||
);
|
||||
|
||||
// Handle Customers bulk delete button click.,
|
||||
|
||||
const handleBulkDelete = useCallback(
|
||||
(customersIds) => {
|
||||
setBulkDelete(customersIds);
|
||||
@@ -184,7 +183,7 @@ function CustomersList({
|
||||
|
||||
<DashboardPageContent>
|
||||
<CustomersTable
|
||||
loadong={tableLoading}
|
||||
loading={tableLoading}
|
||||
onDeleteCustomer={handleDeleteCustomer}
|
||||
onEditCustomer={handleEditCustomer}
|
||||
onfetchData={handleFetchData}
|
||||
|
||||
Reference in New Issue
Block a user