mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 23:00:34 +00:00
feat: add cancel unlocking alert.
This commit is contained in:
@@ -16,6 +16,10 @@ const ItemBulkDeleteAlert = React.lazy(() =>
|
||||
import('containers/Alerts/Items/ItemBulkDeleteAlert'),
|
||||
);
|
||||
|
||||
const cancelUnlockingPartialAlert = React.lazy(() =>
|
||||
import('../Alerts/TransactionLocking/cancelUnlockingPartialAlert'),
|
||||
);
|
||||
|
||||
/**
|
||||
* Items alert.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user