From 9c222716d1b771639d64d020121835340f64a34a Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Thu, 3 Nov 2022 19:00:50 +0200 Subject: [PATCH] Transaction import --- lib/ui/settings/import_export.dart | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/ui/settings/import_export.dart b/lib/ui/settings/import_export.dart index fd20a723d..ff80d4a81 100644 --- a/lib/ui/settings/import_export.dart +++ b/lib/ui/settings/import_export.dart @@ -571,7 +571,9 @@ class __FileMapperState extends State<_FileMapper> { _bankAccountId, ), onSelected: (bankAccount) { - _bankAccountId = bankAccount?.id; + setState(() { + _bankAccountId = bankAccount?.id; + }); }, onCreateNew: (completer, name) { store.dispatch(SaveBankAccountRequest(