Skip to content

Commit

Permalink
hot fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Salil Rajkarnikar committed Nov 22, 2023
1 parent 7a31375 commit ab3d98e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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=093bffc64c16d30327258c2709c14360",
"/js/app.js": "/js/app.js?id=5d0f327dce65840b461e4be76abfe635",
"/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
2 changes: 1 addition & 1 deletion resources/assets/js/components/ActivityValidation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</div>
</div>
<button
v-if="percentageWidth === 100"
v-if="percentageWidth == 100"
class="text-xs font-bold uppercase text-spring-50"
@click="startBulkPublish"
>
Expand Down

0 comments on commit ab3d98e

Please sign in to comment.