From 94b4f6f459457a48c8f902afaafafa24522128d5 Mon Sep 17 00:00:00 2001 From: Ryan McKinley Date: Wed, 24 Aug 2022 09:10:34 -0700 Subject: [PATCH] Search: Show all dashboards in the folder view (#54163) --- public/app/features/search/page/components/FolderSection.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/public/app/features/search/page/components/FolderSection.tsx b/public/app/features/search/page/components/FolderSection.tsx index 51e3653ee36..2335e4399d6 100644 --- a/public/app/features/search/page/components/FolderSection.tsx +++ b/public/app/features/search/page/components/FolderSection.tsx @@ -57,6 +57,7 @@ export const FolderSection: FC = ({ kind: ['dashboard'], location: section.uid, sort: 'name_sort', + limit: 1000, // this component does not have infinate scroll, so we need to load everything upfront }; if (section.itemsUIDs) { query = {