From f3e4760cc3f24e8083909e27740c4f11d8a32891 Mon Sep 17 00:00:00 2001 From: Igor Papandinas Date: Sun, 7 Jan 2024 15:51:54 +0100 Subject: [PATCH] fix: build --- components/search.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/search.tsx b/components/search.tsx index f80dec4..6099065 100644 --- a/components/search.tsx +++ b/components/search.tsx @@ -55,9 +55,9 @@ const Search: FC = ({ className="max-w-md" size="lg" selectedKey={value} - onSelectionChange={setValue} + // onSelectionChange={setValue} > - {(item: FilterItem) => { + {(item: FilterOption) => { return (