mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 22:30:31 +00:00
wip
This commit is contained in:
@@ -5,18 +5,9 @@ const PaymentReceivedDeleteAlert = React.lazy(
|
||||
() => import('@/containers/Alerts/PaymentReceived/PaymentReceivedDeleteAlert'),
|
||||
);
|
||||
|
||||
const PaymentReceivedBulkDeleteAlert = React.lazy(
|
||||
() =>
|
||||
import('@/containers/Alerts/PaymentReceived/PaymentReceivedBulkDeleteAlert'),
|
||||
);
|
||||
|
||||
/**
|
||||
* PaymentReceives alert.
|
||||
*/
|
||||
export default [
|
||||
{ name: 'payment-received-delete', component: PaymentReceivedDeleteAlert },
|
||||
{
|
||||
name: 'payments-received-bulk-delete',
|
||||
component: PaymentReceivedBulkDeleteAlert,
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user