diff --git a/public/app/features/dashboard/components/PanelEditor/PanelEditorQueries.tsx b/public/app/features/dashboard/components/PanelEditor/PanelEditorQueries.tsx index dd76f1faf28..8fd1724bc3f 100644 --- a/public/app/features/dashboard/components/PanelEditor/PanelEditorQueries.tsx +++ b/public/app/features/dashboard/components/PanelEditor/PanelEditorQueries.tsx @@ -55,6 +55,8 @@ export class PanelEditorQueries extends PureComponent { // trigger queries when changing data source setTimeout(this.onRunQueries, 10); } + + this.forceUpdate(); }; render() {