mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 23:00:34 +00:00
wip
This commit is contained in:
@@ -12,10 +12,6 @@ const CancelBadDebtAlert = React.lazy(
|
||||
() => import('@/containers/Alerts/Invoices/CancelBadDebtAlert'),
|
||||
);
|
||||
|
||||
const InvoiceBulkDeleteAlert = React.lazy(
|
||||
() => import('@/containers/Alerts/Invoices/InvoiceBulkDeleteAlert'),
|
||||
);
|
||||
|
||||
/**
|
||||
* Invoices alert.
|
||||
*/
|
||||
@@ -23,5 +19,4 @@ export default [
|
||||
{ name: 'invoice-delete', component: InvoiceDeleteAlert },
|
||||
{ name: 'invoice-deliver', component: InvoiceDeliverAlert },
|
||||
{ name: 'cancel-bad-debt', component: CancelBadDebtAlert },
|
||||
{ name: 'invoices-bulk-delete', component: InvoiceBulkDeleteAlert },
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user