mirror of https://github.com/buster-so/buster.git
tone down number of results
This commit is contained in:
parent
a33477a093
commit
9f47787400
|
@ -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,
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue