changes
This commit is contained in:
@@ -193,7 +193,7 @@ export default {
|
||||
let thefile = this.$upload(file, "file", 1);
|
||||
|
||||
if (thefile.error) {
|
||||
this.$snackbar(thefile.text, undefined, "Error");
|
||||
this.$snackbar(thefile.text, "Error");
|
||||
return (this.isloading = false);
|
||||
}
|
||||
if (!(thefile.name.search(".xls") > 0 || thefile.name.search(".xlsx") > 0)) {
|
||||
|
||||
Reference in New Issue
Block a user