format after rebase

This commit is contained in:
jenny-s51 2021-01-25 10:52:53 -05:00
parent 5064690ae8
commit 5ef75a817a
2 changed files with 2 additions and 3 deletions

View file

@ -87,4 +87,4 @@ export const RealmRoleForm = ({
</ActionGroup> </ActionGroup>
</FormAccess> </FormAccess>
); );
}; };

View file

@ -71,7 +71,6 @@ export const RealmRolesSection = () => {
}, },
}); });
const goToCreate = () => history.push(`${url}/add-role`); const goToCreate = () => history.push(`${url}/add-role`);
return ( return (
<> <>
@ -96,7 +95,7 @@ export const RealmRolesSection = () => {
setSelectedRole(role); setSelectedRole(role);
toggleDeleteDialog(); toggleDeleteDialog();
}, },
} },
]} ]}
columns={[ columns={[
{ {