chore: remove unwanted line profile.bio = profile.bio

This commit is contained in:
Rahul Agrawal
2025-05-28 16:00:14 +05:30
parent e16d76f6dd
commit 376e231d7b

View File

@@ -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,