fix formaccess role
This commit is contained in:
parent
960e43a7d9
commit
453d37f815
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ export const RoleAttributes = ({ form, save }: RoleAttributesProps) => {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<FormAccess role="anyone" onSubmit={form.handleSubmit(save)}>
|
<FormAccess role="manage-realm" onSubmit={form.handleSubmit(save)}>
|
||||||
<TableComposable
|
<TableComposable
|
||||||
className="kc-role-attributes__table"
|
className="kc-role-attributes__table"
|
||||||
aria-label="Role attribute keys and values"
|
aria-label="Role attribute keys and values"
|
||||||
|
|
Loading…
Reference in a new issue