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