Skip to content
Snippets Groups Projects
Commit 44cc4482 authored by Julia Friesel's avatar Julia Friesel
Browse files

Show import success message

parent 7d0a56d2
No related branches found
No related tags found
No related merge requests found
......@@ -89,6 +89,7 @@ async function getFileContentAndImport() {
try {
importCsv(fileContent, false)
Alert.alert('Data successfully imported')
} catch(err) {
//TODO
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment