feat(webapp): Dialog to choose the bank service provider

This commit is contained in:
Ahmed Bouhuolia
2024-03-01 17:22:28 +02:00
parent 0833baabda
commit daf87a8ec7
7 changed files with 222 additions and 24 deletions

View File

@@ -26,6 +26,7 @@ function ConnectBankDialogBodyRoot({
const { mutateAsync: getPlaidLinkToken } = useGetPlaidLinkToken();
const setPlaidId = useSetBankingPlaidToken();
// Handles the form submitting.
const handleSubmit = (
values: ConnectBankDialogForm,
{ setSubmitting }: FormikHelpers<ConnectBankDialogForm>,