CSV import

This commit is contained in:
Hillel Coren 2020-12-15 16:03:47 +02:00
parent dae8b672a7
commit 0b23689f7f
1 changed files with 1 additions and 1 deletions

View File

@ -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);