This commit is contained in:
2025-06-12 16:26:10 +02:00
parent af3a68e51b
commit 4916c20f64
5 changed files with 1227 additions and 395 deletions

View File

@@ -201,8 +201,8 @@
<!-- Interest Details Modal -->
<InterestDetailsModal
v-model="showModal"
:interest="selectedInterest"
@close="showModal = false"
:selected-interest="selectedInterest"
@save="handleSaveInterest"
/>
<!-- Create Interest Modal -->