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" && (