Transaction import
This commit is contained in:
parent
042eb7926d
commit
9c222716d1
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in New Issue