fix formaccess role

This commit is contained in:
jenny-s51 2021-01-11 16:27:13 -05:00
parent 960e43a7d9
commit 453d37f815

View file

@ -39,7 +39,7 @@ export const RoleAttributes = ({ form, save }: RoleAttributesProps) => {
return (
<>
<FormAccess role="anyone" onSubmit={form.handleSubmit(save)}>
<FormAccess role="manage-realm" onSubmit={form.handleSubmit(save)}>
<TableComposable
className="kc-role-attributes__table"
aria-label="Role attribute keys and values"