Skip to content

Commit

Permalink
feat: Disable send kudos button when no receiver has been added - ME…
Browse files Browse the repository at this point in the history
…ED-2418 - Meeds-io/MIPs#54 (#340)

This change will disable the send kudos button when no receiver has been added.
  • Loading branch information
MayTekayaa authored and exo-swf committed Oct 4, 2023
1 parent 2facfc9 commit 57379cc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@
:suggester-space-u-r-l="spaceURL"
:object-id="metadataObjectId"
:object-type="objectType"
class="flex"
autofocus />
:autofocus="!readOnlySpace"
class="flex" />
</div>
<div v-if="kudosMessageValidityLabel" class="d-flex flex-row pt-3">
<span class="text-sm-caption error--text">
Expand Down

0 comments on commit 57379cc

Please sign in to comment.