Skip to content

Commit

Permalink
fix: search by title
Browse files Browse the repository at this point in the history
  • Loading branch information
Argeare5 committed Dec 13, 2024
1 parent fc7eeed commit ab8421a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ProposalsList/FiltersPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export function FiltersPanel() {
setIsOpen={setIsSearchButtonOpen}
searchValue={searchValue}
setSearchValue={handleSearchValueChange}
disabled={false} // TODO
disabled={true} // TODO: request to API with title not working yet
/>

<FilterDropdown
Expand Down

1 comment on commit ab8421a

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit was deployed on ipfs

Please sign in to comment.