Fixed top header to more dynamic
This commit is contained in:
@@ -25,7 +25,12 @@ const page = () => {
|
||||
<div className={globalStyle.section}>
|
||||
<div className={globalStyle.mainContainer}>
|
||||
<div className={globalStyle.container}>
|
||||
<TopHeader buttonText="" topbarTitle="View" state="view" />
|
||||
<TopHeader
|
||||
buttonText=""
|
||||
topbarTitle="View"
|
||||
state="view"
|
||||
requiredButtons={["back", "title", "edit", "download"]}
|
||||
/>
|
||||
<div className={editRoleStyle.addRoleContainer}>
|
||||
{/* Input fields Container */}
|
||||
<div className={editRoleStyle.inputFieldContainer}>
|
||||
|
||||
Reference in New Issue
Block a user