From 5abc53191333cbcb3f863e167a2bb80f94a6f697 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20H=C3=A5rek=20Andreassen?= Date: Sat, 2 Mar 2024 18:41:26 +0100 Subject: [PATCH] chore: Good to include search type MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tim HÄrek Andreassen --- components/Search.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/Search.tsx b/components/Search.tsx index c643683..49841fc 100644 --- a/components/Search.tsx +++ b/components/Search.tsx @@ -3,6 +3,7 @@ export default function Search(props: { defaultValue: string }) {