Merge branch 'search-no-autofocus' into 'main'

Don't autofocus on the search page

See merge request soapbox-pub/soapbox!3257
fix-error-messages
Alex Gleason 2024-11-16 14:37:55 +00:00
commit eebdb46b7d
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -24,7 +24,7 @@ const SearchPage = () => {
>
<div className='space-y-4'>
<div className='px-4 sm:py-0'>
<Search autoFocus autoSubmit />
<Search autoSubmit />
</div>
<SearchResults />
</div>