This commit is contained in:
2022-03-24 18:56:18 +00:00
parent f653baa5d5
commit 51eeaf9739

View File

@@ -86,6 +86,7 @@ export default {
let res = await parseCSVFile(this.uploadFile);
if (res.errors) {
this.importResult = JSON.stringify(res.errors);
throw new Error("Errors in CSV file import can not proceed");
}
if (res.data) {
dat = res.data;