BIG-62: fix Universal search enter button in invoice.

This commit is contained in:
elforjani3
2021-09-13 18:42:51 +02:00
parent e02ff35d5e
commit 03aad751fd

View File

@@ -21,7 +21,7 @@ function InvoiceUniversalSearchSelectComponent({
openDrawer,
}) {
if (resourceType === RESOURCES_TYPES.INVOICE) {
openDrawer('invoice-drawer', { invoiceId: resourceId });
openDrawer('invoice-detail-drawer', { invoiceId: resourceId });
}
return null;
}