tone down number of results

This commit is contained in:
Nate Kelley 2025-10-01 15:53:18 -06:00
parent a33477a093
commit 9f47787400
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ export const AddToCollectionModal: React.FC<{
const { data: searchResults } = useSearch({
query: debouncedSearchTerm,
assetTypes: ['metric_file', 'dashboard_file', 'report_file'],
page_size: 50,
page_size: 35,
page: 1,
});