mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
feat: uncategorize the cashflow transaction
This commit is contained in:
16
packages/webapp/src/containers/CashFlow/CashflowAlerts.ts
Normal file
16
packages/webapp/src/containers/CashFlow/CashflowAlerts.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
// @ts-nocheck
|
||||
import React from 'react';
|
||||
|
||||
const UncategorizeTransactionAlert = React.lazy(
|
||||
() => import('./UncategorizeTransactionAlert/UncategorizeTransactionAlert'),
|
||||
);
|
||||
|
||||
/**
|
||||
* Cashflow alerts.
|
||||
*/
|
||||
export const CashflowAlerts = [
|
||||
{
|
||||
name: 'cashflow-tranaction-uncategorize',
|
||||
component: UncategorizeTransactionAlert,
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user