fix where the project ID was not included; fix the pause when submitting give & show toast of aknowledgement; remove 'emit'

This commit is contained in:
2023-11-05 07:46:16 -07:00
parent 9bacd4da87
commit 5b7ccf9ef0
5 changed files with 28 additions and 37 deletions

View File

@@ -66,12 +66,7 @@
</li>
</ul>
<GiftedDialog
ref="customDialog"
@dialog-result="handleDialogResult"
message="Received from"
>
</GiftedDialog>
<GiftedDialog ref="customDialog" message="Received from"> </GiftedDialog>
</section>
</template>