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