From 3fc0fb305c97186d8abfec6269487c252391b2f2 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Tue, 19 Mar 2024 17:17:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8E=86=E5=8F=B2=E8=AE=B0=E5=BD=95:=20?= =?UTF-8?q?=E6=90=9C=E7=B4=A2=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/SearchInput.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/SearchInput.jsx b/src/components/SearchInput.jsx index ef75603..58feb91 100644 --- a/src/components/SearchInput.jsx +++ b/src/components/SearchInput.jsx @@ -36,7 +36,7 @@ function DebounceSelect({ fetchOptions, debounceTimeout = 800, ...props }) { optionFilterProp='label' > {options.map((d) => ( - + {d.label} ))}