This commit is contained in:
sanjayk03-dev
2024-05-17 22:43:18 +05:30
parent 6048da98b0
commit 8bf3f26c14
2 changed files with 2 additions and 2 deletions

View File

@@ -162,7 +162,7 @@ module.exports = {
break;
default:
alert(`Unsupported file type: ${extension}`);
alert(`Unsupported file : ${file.name}`);
return;
}

View File

@@ -280,7 +280,7 @@ script#control-view-template(type="text/x-template")
@click="optional_pause", v-if="false", style="height:100px;width:100px;font-weight:normal")
.fa.fa-stop-circle-o
message(:show.sync="uploadingFiles")
message(:show.sync="uploading_files")
h3(slot="header") Files uploading
div(slot="body")
h3 Please wait...