Don't render create header when editing
This commit is contained in:
parent
0a8a49c397
commit
b8569db87c
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ export const RealmRoleForm = ({
|
|||
|
||||
return (
|
||||
<>
|
||||
<ViewHeader titleKey={t("createRole")} />
|
||||
{!editMode && <ViewHeader titleKey={t("createRole")} />}
|
||||
<PageSection variant="light">
|
||||
<FormAccess
|
||||
isHorizontal
|
||||
|
|
Loading…
Reference in a new issue