Add file type error on excel import

This commit is contained in:
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

View file

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