Fixed top header to more dynamic
This commit is contained in:
@@ -171,7 +171,11 @@ const ProjectsPage = () => {
|
||||
<SuccessToast message="Project successfully added!" />
|
||||
<div className={globalStyle.mainContainer}>
|
||||
<div className={globalStyle.container}>
|
||||
<TopHeader buttonText="Create Project" topbarTitle="Project" />
|
||||
<TopHeader
|
||||
buttonText="Create Project"
|
||||
topbarTitle="Project"
|
||||
requiredButtons={["title", "add", "search"]}
|
||||
/>
|
||||
<div className={styles.tableContainer}>
|
||||
<table className={styles.table}>
|
||||
<thead>
|
||||
|
||||
Reference in New Issue
Block a user