Show import success message
This commit is contained in:
@@ -89,6 +89,7 @@ async function getFileContentAndImport() {
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
importCsv(fileContent, false)
|
importCsv(fileContent, false)
|
||||||
|
Alert.alert('Data successfully imported')
|
||||||
} catch(err) {
|
} catch(err) {
|
||||||
//TODO
|
//TODO
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user