diff --git a/web/ui/react-app/src/PanelList.tsx b/web/ui/react-app/src/PanelList.tsx index 2a63af2b0..a596257f4 100644 --- a/web/ui/react-app/src/PanelList.tsx +++ b/web/ui/react-app/src/PanelList.tsx @@ -79,6 +79,8 @@ class PanelList extends Component { this.setState({panels: panels}); } } + + this.updatePastQueries(); } isHistoryEnabled = () => JSON.parse(localStorage.getItem('enable-query-history') || 'false') as boolean;