use isReadOnly (#2221)
This commit is contained in:
parent
bc365b03b9
commit
3a25b5e5ec
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ export default function AttributesGroupForm() {
|
|||
type="text"
|
||||
id="kc-name"
|
||||
name="name"
|
||||
isDisabled={!!matchingGroup}
|
||||
isReadOnly={!!matchingGroup}
|
||||
/>
|
||||
</FormGroup>
|
||||
<FormGroup
|
||||
|
|
Loading…
Reference in a new issue