state fix
This commit is contained in:
@@ -471,6 +471,10 @@ module.exports = {
|
|||||||
validFiles.push(file);
|
validFiles.push(file);
|
||||||
} else {
|
} else {
|
||||||
alert(`Unsupported file : ${file.name}`);
|
alert(`Unsupported file : ${file.name}`);
|
||||||
|
this.filesUploaded++;
|
||||||
|
if (this.filesUploaded == this.totalFiles) {
|
||||||
|
this.uploadFiles = false;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user