feat: confimation dialog on disconnecting bank account

This commit is contained in:
Ahmed Bouhuolia
2024-08-04 19:44:36 +02:00
parent b84675325f
commit fc0240c692
7 changed files with 167 additions and 22 deletions

View File

@@ -1,6 +1,5 @@
// @ts-nocheck
import React from 'react';
import intl from 'react-intl-universal';
import { Intent, Alert } from '@blueprintjs/core';
import { AppToaster, FormattedMessage as T } from '@/components';