Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Commit

Permalink
Fix "approve with reply" button being always pressable (#1322)
Browse files Browse the repository at this point in the history
  • Loading branch information
triphora authored Aug 20, 2023
1 parent 0fdc02d commit 3649573
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/ui/thread/ConversationThread.vue
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
<button
v-if="replyBody"
class="iconified-button brand-button"
:disabled="isApproved(project)"
@click="sendReply(requestedStatus)"
>
<CheckIcon /> Approve with reply
Expand Down

0 comments on commit 3649573

Please sign in to comment.