Skip to content

Commit 11191da

Browse files
authored
Merge pull request #1809 from kiminkim724/fix-tag-limit
Fix Tag Filters on Mobile View
2 parents 08f25a3 + 9a1e95a commit 11191da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/search/common.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export function getServerConfig(): TypesenseInstantsearchAdapterOptions["server"
3030
}
3131

3232
function RefinementList({ attribute }: { attribute: string }) {
33-
useRefinementList({ attribute })
33+
useRefinementList({ attribute, limit: 500 })
3434
return null
3535
}
3636

0 commit comments

Comments
 (0)