mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-03-13 11:18:28 +01:00
Add file type error on excel import
This commit is contained in:
parent
bb744b81af
commit
b792a204fa
1 changed files with 1 additions and 1 deletions
|
@ -557,7 +557,7 @@
|
|||
) {
|
||||
readCSV(file);
|
||||
} else {
|
||||
pushToast($t('wish.excel.errorInvalidFile'), 'error');
|
||||
pushToast($t('wish.excel.errorInvalidFile') + ` [${file.type}]`, 'error');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue