state fix

This commit is contained in:
sanjayk03-dev
2024-05-17 22:49:16 +05:30
parent 8bf3f26c14
commit 5a1262297f

View File

@@ -471,6 +471,10 @@ module.exports = {
validFiles.push(file);
} else {
alert(`Unsupported file : ${file.name}`);
this.filesUploaded++;
if (this.filesUploaded == this.totalFiles) {
this.uploadFiles = false;
}
}
}