Skip to content

Commit

Permalink
fix: Add loading effect when uploading image - MEED-7183 - Meeds-io/m…
Browse files Browse the repository at this point in the history
  • Loading branch information
boubaker committed Jul 5, 2024
1 parent ac0513a commit 763e613
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@
v-on="on"
v-bind="attrs">
<v-btn
v-if="value"
v-if="value || sendingImage"
id="deleteImageFileInput"
:loading="sendingImage"
:aria-label="$t('layout.deleteBackgroundImageTitle')"
icon
dense
Expand Down

0 comments on commit 763e613

Please sign in to comment.