From 8bf3f26c1447075e61ed7cd435d06162320bd942 Mon Sep 17 00:00:00 2001 From: sanjayk03-dev Date: Fri, 17 May 2024 22:43:18 +0530 Subject: [PATCH] bug fix --- src/js/macros.js | 2 +- src/pug/templates/control-view.pug | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/js/macros.js b/src/js/macros.js index 013bc4d..c6dc934 100644 --- a/src/js/macros.js +++ b/src/js/macros.js @@ -162,7 +162,7 @@ module.exports = { break; default: - alert(`Unsupported file type: ${extension}`); + alert(`Unsupported file : ${file.name}`); return; } diff --git a/src/pug/templates/control-view.pug b/src/pug/templates/control-view.pug index ed91b98..032a32f 100644 --- a/src/pug/templates/control-view.pug +++ b/src/pug/templates/control-view.pug @@ -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...