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(