From 3a25b5e5ec9af3f7133d906dd5c59cedfeae3c78 Mon Sep 17 00:00:00 2001 From: Jenny <32821331+jenny-s51@users.noreply.github.com> Date: Thu, 10 Mar 2022 16:05:15 -0500 Subject: [PATCH] use isReadOnly (#2221) --- src/realm-settings/user-profile/AttributesGroupForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} />