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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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() {