1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Add options to Page props

This commit is contained in:
Bill Thornton 2022-06-14 12:48:49 -04:00
parent ceb10e2877
commit b349d89534
2 changed files with 12 additions and 6 deletions

View file

@ -13,7 +13,7 @@ const SearchPage: FunctionComponent = () => {
const [ searchParams ] = useSearchParams();
return (
<Page title={globalize.translate('Search')}>
<Page title={globalize.translate('Search')} className='mainAnimatedPage libraryPage allLibraryPage noSecondaryNavPage'>
<SearchFields onSearch={setQuery} />
{!query &&
<SearchSuggestions