Add file type error on excel import
parent
bb744b81af
commit
b792a204fa
|
@ -557,7 +557,7 @@
|
|||
) {
|
||||
readCSV(file);
|
||||
} else {
|
||||
pushToast($t('wish.excel.errorInvalidFile'), 'error');
|
||||
pushToast($t('wish.excel.errorInvalidFile') + ` [${file.type}]`, 'error');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue