fix: 메시지 응답 처리 수정

This commit is contained in:
2023-03-09 02:20:24 +09:00
parent 4bce4d45ea
commit 3d97821a59
2 changed files with 18 additions and 6 deletions
+2 -2
View File
@@ -67,7 +67,7 @@
<button
type="button"
class="prompt_yes btn_prompt"
:disabled="allowButton ? true : undefined"
:disabled="allowButton ? undefined : true"
@click="tryAccept"
>
수락
@@ -75,7 +75,7 @@
<button
type="button"
class="prompt_no btn_prompt"
:disabled="allowButton ? true : undefined"
:disabled="allowButton ? undefined : true"
@click="tryDecline"
>
거절