Fixed top header to more dynamic
This commit is contained in:
@@ -58,7 +58,11 @@ const OrganizationPage = () => {
|
||||
<div className={globalStyle.section}>
|
||||
<div className={globalStyle.mainContainer}>
|
||||
<div className={globalStyle.container}>
|
||||
<TopHeader buttonText="Add Organization" topbarTitle="Organization" />
|
||||
<TopHeader
|
||||
buttonText="Add Organization"
|
||||
topbarTitle="Organization"
|
||||
requiredButtons={["title", "add", "search"]}
|
||||
/>
|
||||
<div className={styles.tableContainer}>
|
||||
<table className={styles.table}>
|
||||
<thead>
|
||||
|
||||
Reference in New Issue
Block a user