diff --git a/src/realm-settings/user-profile/AttributesGroupForm.tsx b/src/realm-settings/user-profile/AttributesGroupForm.tsx index f7b7b640e9..adbbce1132 100644 --- a/src/realm-settings/user-profile/AttributesGroupForm.tsx +++ b/src/realm-settings/user-profile/AttributesGroupForm.tsx @@ -195,7 +195,7 @@ export default function AttributesGroupForm() { type="text" id="kc-name" name="name" - isDisabled={!!matchingGroup} + isReadOnly={!!matchingGroup} />