mirror of
https://github.com/vercel/commerce.git
synced 2025-05-11 04:07:50 +00:00
fix: disable autofocus for homepage filter
Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
This commit is contained in:
parent
b8f6bc24d2
commit
9c05d36b31
@ -22,7 +22,7 @@ const HomePageFilters = async () => {
|
||||
{title[STORE_PREFIX!] || 'Find Your Car Part'}
|
||||
</h1>
|
||||
<div className="mt-5 flex grow flex-col items-center gap-3 @md:flex-row">
|
||||
<FiltersList makes={makes} menu={menu} autoFocusField="partType" />
|
||||
<FiltersList makes={makes} menu={menu} />
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user