mirror of
https://github.com/grafana/grafana.git
synced 2025-02-10 23:55:47 -06:00
reduce the number of requests in folder section (#55876)
This commit is contained in:
parent
5c973e58bd
commit
372ba83534
@ -82,7 +82,7 @@ export const FolderSection: FC<SectionHeaderProps> = ({
|
||||
folderTitle,
|
||||
}));
|
||||
return v;
|
||||
}, [sectionExpanded, section, tags]);
|
||||
}, [sectionExpanded, tags]);
|
||||
|
||||
const onSectionExpand = () => {
|
||||
setSectionExpanded(!sectionExpanded);
|
||||
|
Loading…
Reference in New Issue
Block a user