format after rebase
This commit is contained in:
parent
5064690ae8
commit
5ef75a817a
2 changed files with 2 additions and 3 deletions
|
@ -87,4 +87,4 @@ export const RealmRoleForm = ({
|
|||
</ActionGroup>
|
||||
</FormAccess>
|
||||
);
|
||||
};
|
||||
};
|
||||
|
|
|
@ -71,7 +71,6 @@ export const RealmRolesSection = () => {
|
|||
},
|
||||
});
|
||||
|
||||
|
||||
const goToCreate = () => history.push(`${url}/add-role`);
|
||||
return (
|
||||
<>
|
||||
|
@ -96,7 +95,7 @@ export const RealmRolesSection = () => {
|
|||
setSelectedRole(role);
|
||||
toggleDeleteDialog();
|
||||
},
|
||||
}
|
||||
},
|
||||
]}
|
||||
columns={[
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue