mirror of
https://github.com/grafana/grafana.git
synced 2025-09-28 22:04:01 +08:00
reduce the number of requests in folder section (#55876)
This commit is contained in:
@ -82,7 +82,7 @@ export const FolderSection: FC<SectionHeaderProps> = ({
|
|||||||
folderTitle,
|
folderTitle,
|
||||||
}));
|
}));
|
||||||
return v;
|
return v;
|
||||||
}, [sectionExpanded, section, tags]);
|
}, [sectionExpanded, tags]);
|
||||||
|
|
||||||
const onSectionExpand = () => {
|
const onSectionExpand = () => {
|
||||||
setSectionExpanded(!sectionExpanded);
|
setSectionExpanded(!sectionExpanded);
|
||||||
|
Reference in New Issue
Block a user