CSV import
This commit is contained in:
parent
dae8b672a7
commit
0b23689f7f
|
|
@ -370,7 +370,7 @@ class __FileMapperState extends State<_FileMapper> {
|
|||
)
|
||||
.then((dynamic result) {
|
||||
setState(() => _isLoading = false);
|
||||
|
||||
widget.onCancelPressed();
|
||||
showToast(localization.startedImport);
|
||||
}).catchError((dynamic error) {
|
||||
setState(() => _isLoading = false);
|
||||
|
|
|
|||
Loading…
Reference in New Issue