Update EmailDialog to accept email prop from ProfilePage and adjust email state handling accordingly.

This commit is contained in:
2025-04-18 04:59:58 -04:00
parent 659443316c
commit af71c5e952
2 changed files with 6 additions and 1 deletions

View File

@@ -124,6 +124,7 @@ const closeDialog = () => {
<component
:is="currentComponent"
:creator="creatorProfileStore.creator"
:email="userProfileStore.user.email"
@closeRequested="closeDialog"
></component>
</v-dialog>