You've already forked AstralRinth
forked from didirus/AstralRinth
Fix "approve with reply" button being always pressable (#1322)
This commit is contained in:
committed by
GitHub
parent
0fdc02d5e9
commit
3649573ba1
@@ -116,6 +116,7 @@
|
|||||||
<button
|
<button
|
||||||
v-if="replyBody"
|
v-if="replyBody"
|
||||||
class="iconified-button brand-button"
|
class="iconified-button brand-button"
|
||||||
|
:disabled="isApproved(project)"
|
||||||
@click="sendReply(requestedStatus)"
|
@click="sendReply(requestedStatus)"
|
||||||
>
|
>
|
||||||
<CheckIcon /> Approve with reply
|
<CheckIcon /> Approve with reply
|
||||||
|
|||||||
Reference in New Issue
Block a user