refactor project screen: add action to record a give from it, and add checks to give confirmation buttons

This commit is contained in:
2024-11-28 11:26:51 -07:00
parent 60eb4a9dc7
commit 8db7ac3f6f
8 changed files with 429 additions and 181 deletions

View File

@@ -65,7 +65,7 @@
</li>
</ul>
<GiftedDialog ref="customDialog" :projectId="projectId" />
<GiftedDialog ref="customDialog" :toProjectId="projectId" />
</section>
</template>