mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
PanelEditor: Fixes issue with data source picker not updating when selecting mixed data source (#32386)
This commit is contained in:
parent
340334994f
commit
52ff968a72
@ -55,6 +55,8 @@ export class PanelEditorQueries extends PureComponent<Props> {
|
|||||||
// trigger queries when changing data source
|
// trigger queries when changing data source
|
||||||
setTimeout(this.onRunQueries, 10);
|
setTimeout(this.onRunQueries, 10);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this.forceUpdate();
|
||||||
};
|
};
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
|
Loading…
Reference in New Issue
Block a user