diff --git a/src/views/profile/creators/CreatorPage.vue b/src/views/profile/creators/CreatorPage.vue index 2336dba..64c6108 100644 --- a/src/views/profile/creators/CreatorPage.vue +++ b/src/views/profile/creators/CreatorPage.vue @@ -40,7 +40,7 @@ async function requestAccept(creatorName) { 'name': creatorName }) if (response.status >= 200 && response.status < 300) { - await userStore.fetchCurrentUserProfile() + await userStore.fetchCurrentCreatorProfile() dialog.value = false } else { console.log(`An issue while creating the creator: ${response.statusText}`)