mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-24 00:29:49 +00:00
feat: add cancel unlocking alert.
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
import React from 'react';
|
||||
|
||||
const cancelUnlockingPartialAlert = React.lazy(() =>
|
||||
import('../Alerts/TransactionLocking/cancelUnlockingPartialAlert'),
|
||||
);
|
||||
|
||||
/**
|
||||
* Transactions alerts.
|
||||
*/
|
||||
export default [
|
||||
{
|
||||
name: 'cancel-unlocking-partail',
|
||||
component: cancelUnlockingPartialAlert,
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user