mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Disable query should trigger refresh
This commit is contained in:
parent
d88b7608a5
commit
b1ef3c43f9
@ -166,6 +166,7 @@ export class QueryEditorRow extends PureComponent<Props, State> {
|
||||
|
||||
onDisableQuery = () => {
|
||||
this.props.query.hide = !this.props.query.hide;
|
||||
this.onExecuteQuery();
|
||||
this.forceUpdate();
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user