PanelEditor: Fixes issue with data source picker not updating when selecting mixed data source (#32386)

pull/32399/head
Torkel Ödegaard 4 years ago committed by GitHub
parent 340334994f
commit 52ff968a72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      public/app/features/dashboard/components/PanelEditor/PanelEditorQueries.tsx

@ -55,6 +55,8 @@ export class PanelEditorQueries extends PureComponent<Props> {
// trigger queries when changing data source
setTimeout(this.onRunQueries, 10);
}
this.forceUpdate();
};
render() {

Loading…
Cancel
Save