Add file type error on excel import

pull/1/head
Made Baruna 2021-12-28 17:10:29 +07:00
parent bb744b81af
commit b792a204fa
No known key found for this signature in database
GPG Key ID: 5AA5DA16AA5DCEAD
1 changed files with 1 additions and 1 deletions

View File

@ -557,7 +557,7 @@
) {
readCSV(file);
} else {
pushToast($t('wish.excel.errorInvalidFile'), 'error');
pushToast($t('wish.excel.errorInvalidFile') + ` [${file.type}]`, 'error');
}
}