use isReadOnly (#2221)

This commit is contained in:
Jenny 2022-03-10 16:05:15 -05:00 committed by GitHub
parent bc365b03b9
commit 3a25b5e5ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -195,7 +195,7 @@ export default function AttributesGroupForm() {
type="text" type="text"
id="kc-name" id="kc-name"
name="name" name="name"
isDisabled={!!matchingGroup} isReadOnly={!!matchingGroup}
/> />
</FormGroup> </FormGroup>
<FormGroup <FormGroup