Show import success message

This commit is contained in:
Julia Friesel
2018-08-07 18:40:22 +02:00
parent 7d0a56d2e2
commit 44cc448209
+1
View File
@@ -89,6 +89,7 @@ async function getFileContentAndImport() {
try {
importCsv(fileContent, false)
Alert.alert('Data successfully imported')
} catch(err) {
//TODO
}