From e1d67243e08f38782be0b68d9743242c6db47830 Mon Sep 17 00:00:00 2001 From: "cyril.tsui" Date: Wed, 29 May 2024 12:47:30 +0800 Subject: [PATCH] update --- src/components/SearchBox/SearchBox.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/SearchBox/SearchBox.tsx b/src/components/SearchBox/SearchBox.tsx index 6418932..ee89e28 100644 --- a/src/components/SearchBox/SearchBox.tsx +++ b/src/components/SearchBox/SearchBox.tsx @@ -297,7 +297,7 @@ function SearchBox({ ); }} - renderInput={(params) => } + renderInput={(params) => } /> )} {c.type === "autocomplete" && !c.options.some(option => Boolean(option.group)) && ( @@ -356,7 +356,7 @@ function SearchBox({ ); }} - renderInput={(params) => } + renderInput={(params) => } /> )} {c.type === "number" && (