Transaction import

This commit is contained in:
Hillel Coren 2022-11-03 19:00:50 +02:00
parent 042eb7926d
commit 9c222716d1
1 changed files with 3 additions and 1 deletions

View File

@ -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(