Fix edition of creator's socials
This commit is contained in:
@@ -71,7 +71,7 @@ const closeDialog = () => {
|
|||||||
<v-card :style="{ borderRadius: '25px', border: '3px solid rgb(159, 76, 173)' }">
|
<v-card :style="{ borderRadius: '25px', border: '3px solid rgb(159, 76, 173)' }">
|
||||||
<v-card-text>
|
<v-card-text>
|
||||||
<component :is="currentComponent"
|
<component :is="currentComponent"
|
||||||
:creator="creatorProfileStore.value"
|
:creator="creatorProfileStore.creator"
|
||||||
:colorName="colorToEdit"
|
:colorName="colorToEdit"
|
||||||
@closeRequested="closeDialog"
|
@closeRequested="closeDialog"
|
||||||
@requestAccept="requestAccept"
|
@requestAccept="requestAccept"
|
||||||
|
|||||||
Reference in New Issue
Block a user