mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 23:00:34 +00:00
feat: bulk transcations delete
This commit is contained in:
@@ -8,10 +8,15 @@ const ExpensePublishAlert = React.lazy(
|
||||
() => import('@/containers/Alerts/Expenses/ExpensePublishAlert'),
|
||||
);
|
||||
|
||||
const ExpenseBulkDeleteAlert = React.lazy(
|
||||
() => import('@/containers/Alerts/Expenses/ExpenseBulkDeleteAlert'),
|
||||
);
|
||||
|
||||
/**
|
||||
* Accounts alert.
|
||||
*/
|
||||
export default [
|
||||
{ name: 'expense-delete', component: ExpenseDeleteAlert },
|
||||
{ name: 'expense-publish', component: ExpensePublishAlert },
|
||||
{ name: 'expenses-bulk-delete', component: ExpenseBulkDeleteAlert },
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user