Skip to content

Commit 5a5aabc

Browse files
committed
fix: build error
1 parent 0f72c74 commit 5a5aabc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/docs/app/(home)/api/query-type-selector.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export function QueryTypeSelector({
8787
Limit:
8888
{
8989
availableTypes.find((t) => t.name === type)
90-
.defaultLimit
90+
?.defaultLimit
9191
}
9292
</div>
9393
)}

0 commit comments

Comments
 (0)