mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 22:30:31 +00:00
feat: add connect to bank dialog
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { LaunchLink } from '@/containers/Banking/Plaid/PlaidLanchLink';
|
||||
import { useGetBankingPlaidToken } from '@/hooks/state/banking';
|
||||
|
||||
export function CashflowAccountsPlaidLink() {
|
||||
const plaidToken = useGetBankingPlaidToken();
|
||||
|
||||
return <LaunchLink userId={3} token={plaidToken} />;
|
||||
}
|
||||
Reference in New Issue
Block a user