mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 22:30:31 +00:00
BIG-44: fix View Detail Customer.
This commit is contained in:
@@ -92,7 +92,7 @@ function CustomersTable({
|
|||||||
|
|
||||||
// Handle view detail contact.
|
// Handle view detail contact.
|
||||||
const handleViewDetailCustomer = ({ id }) => {
|
const handleViewDetailCustomer = ({ id }) => {
|
||||||
openDrawer('contact-detail-drawer', { customerId: id });
|
openDrawer('customer-details-drawer', { customerId: id });
|
||||||
};
|
};
|
||||||
|
|
||||||
// Handle cell click.
|
// Handle cell click.
|
||||||
|
|||||||
Reference in New Issue
Block a user