Skip to content

Commit

Permalink
feat: Temporarily disable project status filter dropdown (#1206)
Browse files Browse the repository at this point in the history
  • Loading branch information
will0684 authored Mar 6, 2025
1 parent 88a3c00 commit 7617687
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export default function ProjectsPage(props) {
</div>

<div className="layout-container">
{/* Project status filter dropdown */}
{/* Project status filter dropdown
<div className="my-12 max-w-[350px]">
<MultiSelectField
label={getDictionaryTerm(
Expand All @@ -191,7 +191,7 @@ export default function ProjectsPage(props) {
onChange={setSelectedOptions}
selectedOptions={selectedOptions}
/>
</div>
</div> */}
{/* Grid of project cards */}
<ul className="grid grid-cols-12 gap-6 mt-20">{projectsCards}</ul>
</div>
Expand Down

0 comments on commit 7617687

Please sign in to comment.