From 376e231d7bf01c11023215dcd0f7bba79b381226 Mon Sep 17 00:00:00 2001 From: Rahul Agrawal Date: Wed, 28 May 2025 16:00:14 +0530 Subject: [PATCH] chore: remove unwanted line profile.bio = profile.bio --- frontend/src/components/Modals/EditProfile.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/components/Modals/EditProfile.vue b/frontend/src/components/Modals/EditProfile.vue index 4926b815..d335b39f 100644 --- a/frontend/src/components/Modals/EditProfile.vue +++ b/frontend/src/components/Modals/EditProfile.vue @@ -132,7 +132,6 @@ const imageResource = createResource({ const updateProfile = createResource({ url: 'frappe.client.set_value', makeParams(values) { - profile.bio = profile.bio return { doctype: 'User', name: props.profile.data.name,