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"
|
type="text"
|
||||||
id="kc-name"
|
id="kc-name"
|
||||||
name="name"
|
name="name"
|
||||||
isDisabled={!!matchingGroup}
|
isReadOnly={!!matchingGroup}
|
||||||
/>
|
/>
|
||||||
</FormGroup>
|
</FormGroup>
|
||||||
<FormGroup
|
<FormGroup
|
||||||
|
|
Loading…
Reference in a new issue