diff --git a/src/features/profile/ExtraFields.jsx b/src/features/profile/ExtraFields.jsx index 3a5daef79..6a94c0f37 100644 --- a/src/features/profile/ExtraFields.jsx +++ b/src/features/profile/ExtraFields.jsx @@ -54,7 +54,7 @@ export function FieldValue({ field }) { setField({ variables: { key, - value, + value: target.value, }, }) }}