BIG-44: fix View Detail Customer.

This commit is contained in:
elforjani3
2021-09-12 14:45:33 +02:00
parent b3a96ace71
commit 382f9de203

View File

@@ -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.