14769 search by project type

This commit is contained in:
2025-03-21 17:40:11 +00:00
parent 4d4d1fe995
commit b50f94074b
14 changed files with 379 additions and 8 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ export default function Search(props) {
id="main-content"
role="main"
>
<AdvancedSearch myportal={props.myportal || false} />
<AdvancedSearch props={props} myportal={props.myportal || false} />
</main>
);
}