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

This commit is contained in:
Torkel Ödegaard
2021-03-29 08:15:26 +02:00
committed by GitHub
parent 340334994f
commit 52ff968a72

View File

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