We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dddee82 commit b66d28aCopy full SHA for b66d28a
src/routes/skills/index.tsx
@@ -42,7 +42,7 @@ function SkillsIndex() {
42
const highlightedOnly = search.highlighted ?? false
43
const [query, setQuery] = useState(search.q ?? '')
44
45
- const items = useQuery(api.skills.listWithLatest, { limit: 500 }) as
+ const items = useQuery(api.skills.listWithLatest, { limit: 200 }) as
46
| Array<{ skill: Doc<'skills'>; latestVersion: Doc<'skillVersions'> | null }>
47
| undefined
48
const isLoadingSkills = items === undefined
0 commit comments