Transaction import
This commit is contained in:
parent
042eb7926d
commit
9c222716d1
|
|
@ -571,7 +571,9 @@ class __FileMapperState extends State<_FileMapper> {
|
||||||
_bankAccountId,
|
_bankAccountId,
|
||||||
),
|
),
|
||||||
onSelected: (bankAccount) {
|
onSelected: (bankAccount) {
|
||||||
_bankAccountId = bankAccount?.id;
|
setState(() {
|
||||||
|
_bankAccountId = bankAccount?.id;
|
||||||
|
});
|
||||||
},
|
},
|
||||||
onCreateNew: (completer, name) {
|
onCreateNew: (completer, name) {
|
||||||
store.dispatch(SaveBankAccountRequest(
|
store.dispatch(SaveBankAccountRequest(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue