Update EmailDialog to accept email prop from ProfilePage and adjust email state handling accordingly.
This commit is contained in:
@@ -124,6 +124,7 @@ const closeDialog = () => {
|
||||
<component
|
||||
:is="currentComponent"
|
||||
:creator="creatorProfileStore.creator"
|
||||
:email="userProfileStore.user.email"
|
||||
@closeRequested="closeDialog"
|
||||
></component>
|
||||
</v-dialog>
|
||||
|
||||
Reference in New Issue
Block a user