Skip to content

Commit

Permalink
Merge branch '1299-single-file-bulk-publish' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Salil Rajkarnikar committed Dec 11, 2023
2 parents 2263ec0 + aa98e55 commit 7b305dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions public/js/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"/js/app.js": "/js/app.js?id=cfdd53a98255e5fac21c88085a781ed5",
"/js/app.js": "/js/app.js?id=330400e063168215008ce3c457de30f0",
"/js/script.js": "/js/script.js?id=4920eb85d84da1e87cb71769c04a12a2",
"/js/webportal-script.js": "/js/webportal-script.js?id=f9c23d4bccd261db9414465886315f45",
"/js/formbuilder.js": "/js/formbuilder.js?id=96f1b9dd5890b8ff09e613117dd94592",
Expand Down
5 changes: 1 addition & 4 deletions resources/assets/js/components/BulkpublishWithXls.vue
Original file line number Diff line number Diff line change
Expand Up @@ -431,10 +431,7 @@ const percentageWidth = computed(() => {
watch(
() => [activities.value, bulkPublishLength.value],
() => {
if (
bulkPublishLength.value > 0 ||
(activities.value && Object.keys(activities.value).length)
) {
if (activities.value) {
emit('hideLoader');
}
}
Expand Down

0 comments on commit 7b305dd

Please sign in to comment.