add checkbox for given-to-user since sometimes it's to someone else

This commit is contained in:
2023-11-20 20:41:26 -07:00
parent 7311d36726
commit 8a33ccfdcf
4 changed files with 35 additions and 187 deletions

View File

@@ -66,7 +66,11 @@
</li>
</ul>
<GiftedDialog ref="customDialog" message="Received from"> </GiftedDialog>
<GiftedDialog
ref="customDialog"
message="Received from"
showGivenToUser="true"
/>
</section>
</template>