diff --git a/src/components/Profile.vue b/src/components/Profile.vue index 57ba5d8..116aa2f 100644 --- a/src/components/Profile.vue +++ b/src/components/Profile.vue @@ -753,7 +753,7 @@ export default { if (!response.data.data.socialMediaProfiles) { this.userData.socialMediaProfiles = {}; } - this.userData = response.data.data; + this.userData = Object.assign(this.userData, response.data.data); // this.userData = response.data.data; this.oldId = this.userData.bgColor;