Skip to content

Commit ff4a910

Browse files
authored
chore: bump product search threshold (#4668)
1 parent 9a38b85 commit ff4a910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/fern-docs/components/src/header/ProductDropdownClient.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export function ProductDropdownClient({
7979
radioGroupProps={{
8080
className: "fern-product-selector-radio-group"
8181
}}
82-
searchable={products.length > 10}
82+
searchable={products.length > 12}
8383
>
8484
<div
8585
className={cn("product-dropdown-trigger hidden h-9", {

0 commit comments

Comments
 (0)