diff --git a/public/app/features/search/page/components/FolderSection.tsx b/public/app/features/search/page/components/FolderSection.tsx index 082c820bfe8..7ec926c4709 100644 --- a/public/app/features/search/page/components/FolderSection.tsx +++ b/public/app/features/search/page/components/FolderSection.tsx @@ -82,7 +82,7 @@ export const FolderSection: FC = ({ folderTitle, })); return v; - }, [sectionExpanded, section, tags]); + }, [sectionExpanded, tags]); const onSectionExpand = () => { setSectionExpanded(!sectionExpanded);