Fix edition of creator's socials

This commit is contained in:
2024-10-05 23:34:01 -04:00
parent 13cace2c86
commit 7e6dae9848

View File

@@ -71,7 +71,7 @@ const closeDialog = () => {
<v-card :style="{ borderRadius: '25px', border: '3px solid rgb(159, 76, 173)' }">
<v-card-text>
<component :is="currentComponent"
:creator="creatorProfileStore.value"
:creator="creatorProfileStore.creator"
:colorName="colorToEdit"
@closeRequested="closeDialog"
@requestAccept="requestAccept"