Skip to content

Commit

Permalink
fix on searchable select (#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelvin-Hui authored Oct 30, 2021
1 parent 17f9051 commit 2844bb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/pages/club/[club]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ const ClubPage = ({
value={selectOptions.filter(
(option) => option.value === questionSortBy,
)}
isSearchable={false}
/>
</FAQSectionHeader>
<QuestionList
Expand Down

0 comments on commit 2844bb7

Please sign in to comment.