mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-21 07:10:33 +00:00
feat: bulk transcations delete
This commit is contained in:
@@ -12,6 +12,10 @@ const CancelBadDebtAlert = React.lazy(
|
||||
() => import('@/containers/Alerts/Invoices/CancelBadDebtAlert'),
|
||||
);
|
||||
|
||||
const InvoiceBulkDeleteAlert = React.lazy(
|
||||
() => import('@/containers/Alerts/Invoices/InvoiceBulkDeleteAlert'),
|
||||
);
|
||||
|
||||
/**
|
||||
* Invoices alert.
|
||||
*/
|
||||
@@ -19,4 +23,5 @@ 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