From 58c41b2e29eedd90a05a55c989ce5bc5f3a37d25 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Wed, 24 Aug 2022 18:25:29 +0200 Subject: [PATCH] Search: Show all dashboards in the folder view (#54163) (#54164) (cherry picked from commit 94b4f6f459457a48c8f902afaafafa24522128d5) Co-authored-by: Ryan McKinley --- 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 = {