Update frontend/src/components/Search.tsx

Co-authored-by: Anderson Shindy Oki <anderson.vs.oki@gmail.com>
This commit is contained in:
JayZed 2024-05-01 20:52:23 -04:00 committed by GitHub
parent fd02f44243
commit 85866fc063
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ const Search: FunctionComponent = () => {
data={results}
value={query}
limit={30}
// uncomment following line after upgrade to Mantine 7.x or higher
// TODO: uncomment following line after upgrade to Mantine 7.x or higher
// scrollAreaProps = {{type: auto}}
maxDropdownHeight={400}
onChange={setQuery}