fix: add events interfaces of disconnect bank account

This commit is contained in:
Ahmed Bouhuolia
2024-07-29 20:10:15 +02:00
parent acd3265e35
commit b5d570417b
2 changed files with 10 additions and 4 deletions

View File

@@ -2,6 +2,6 @@
import { Position, Toaster, Intent } from '@blueprintjs/core';
export const AppToaster = Toaster.create({
position: Position.RIGHT_BOTTOM,
position: Position.TOP,
intent: Intent.WARNING,
});