diff --git a/js/libs/ui-shared/src/user-profile/SelectComponent.tsx b/js/libs/ui-shared/src/user-profile/SelectComponent.tsx index 5c4531c53d..546ecd95d7 100644 --- a/js/libs/ui-shared/src/user-profile/SelectComponent.tsx +++ b/js/libs/ui-shared/src/user-profile/SelectComponent.tsx @@ -82,7 +82,7 @@ export const SelectComponent = (props: UserProfileFieldProps) => { }} selections={ isMultiValue && Array.isArray(field.value) - ? field.value + ? field.value.map((option) => fetchLabel(option)) : fetchLabel(field.value) } variant={