diff --git a/frontend/src/views/profile/ProfilePage.vue b/frontend/src/views/profile/ProfilePage.vue index e9fba3c..fddae1a 100644 --- a/frontend/src/views/profile/ProfilePage.vue +++ b/frontend/src/views/profile/ProfilePage.vue @@ -1,5 +1,5 @@  diff --git a/frontend/src/views/profile/creators/ChangeSlugDialog.vue b/frontend/src/views/profile/creators/ChangeSlugDialog.vue index 32fd293..f9a1093 100644 --- a/frontend/src/views/profile/creators/ChangeSlugDialog.vue +++ b/frontend/src/views/profile/creators/ChangeSlugDialog.vue @@ -17,7 +17,7 @@ const creatorProfileStore = useCreatorProfileStore(); const client = useClient(); const t = useTranslations(); -const newSlug = ref(''); +const newSlug = ref(props.creator.slug); const slugReservationId = ref(undefined); const isOperationPending = ref(false); const errorMessage = ref('');