mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Search: Show all dashboards in the folder view (#54163)
This commit is contained in:
parent
264645eecd
commit
94b4f6f459
@ -57,6 +57,7 @@ export const FolderSection: FC<SectionHeaderProps> = ({
|
||||
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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user