fixing seding parameter props

This commit is contained in:
Warunee Tamkoo 2024-09-02 11:00:18 +07:00
parent 3be75b9e81
commit 67c6810def

View file

@ -383,7 +383,7 @@ onMounted(async () => {
</div>
<PopupReplyInbox
:modal="modalReply"
:idInbox="contactNo"
:id-inbox="contactNo"
:click-close="modalReplyClose"
/>