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 0f72c74 commit 5a5aabcCopy full SHA for 5a5aabc
apps/docs/app/(home)/api/query-type-selector.tsx
@@ -87,7 +87,7 @@ export function QueryTypeSelector({
87
Limit:
88
{
89
availableTypes.find((t) => t.name === type)
90
- .defaultLimit
+ ?.defaultLimit
91
}
92
</div>
93
)}
0 commit comments