mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-22 15:50:32 +00:00
chore: components description
This commit is contained in:
@@ -10,7 +10,7 @@ import { usePauseFeedsBankAccount } from '@/hooks/query/bank-accounts';
|
|||||||
import { compose } from '@/utils';
|
import { compose } from '@/utils';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Item activate alert.
|
* Pause feeds of the bank account alert.
|
||||||
*/
|
*/
|
||||||
function PauseFeedsBankAccountAlert({
|
function PauseFeedsBankAccountAlert({
|
||||||
name,
|
name,
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ import { useResumeFeedsBankAccount } from '@/hooks/query/bank-accounts';
|
|||||||
import { compose } from '@/utils';
|
import { compose } from '@/utils';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
* Resume bank account feeds alert.
|
||||||
*/
|
*/
|
||||||
function ResumeFeedsBankAccountAlert({
|
function ResumeFeedsBankAccountAlert({
|
||||||
name,
|
name,
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ const DisconnectBankAccountDialogContent = React.lazy(
|
|||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Payment mail dialog.X
|
* Disconnect bank account confirmation dialog.
|
||||||
*/
|
*/
|
||||||
function DisconnectBankAccountDialogRoot({
|
function DisconnectBankAccountDialogRoot({
|
||||||
dialogName,
|
dialogName,
|
||||||
|
|||||||
Reference in New Issue
Block a user