Update AddToCollectionModal.tsx

This commit is contained in:
Nate Kelley 2025-09-25 11:29:30 -06:00
parent 593bb35d97
commit 41efcbfa54
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
1 changed files with 1 additions and 1 deletions

View File

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