diff --git a/components/settings.js b/components/settings.js index 15fb2dc..2021f62 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 }