mirror of https://github.com/buster-so/buster.git
Update AddToCollectionModal.tsx
This commit is contained in:
parent
593bb35d97
commit
41efcbfa54
|
@ -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,
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue