diff --git a/components/settings.js b/components/settings.js index 15fb2dc9edc9cf7df6e41907ece6511fbe6a25d9..2021f62ec8c844b698692679ac392d57ec186ff8 100644 --- a/components/settings.js +++ b/components/settings.js @@ -89,6 +89,7 @@ async function getFileContentAndImport() { try { importCsv(fileContent, false) + Alert.alert('Data successfully imported') } catch(err) { //TODO }