Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
ipapandinas committed Jan 7, 2024
1 parent 3be9b19 commit f3e4760
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ const Search: FC<SearchProps> = ({
className="max-w-md"
size="lg"
selectedKey={value}
onSelectionChange={setValue}
// onSelectionChange={setValue}
>
{(item: FilterItem) => {
{(item: FilterOption) => {
return (
<AutocompleteItem key={item.value} textValue={item.label}>
<Emoji emoji={item.emoji} className="text-xl"></Emoji>
Expand Down

0 comments on commit f3e4760

Please sign in to comment.