mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
QueryEditor: do not auto refresh on every update (#29762)
This commit is contained in:
parent
d1a20f62f5
commit
530e0f86e4
@ -56,7 +56,6 @@ export class PanelEditorQueries extends PureComponent<Props, State> {
|
|||||||
panel.hideTimeOverride = options.timeRange?.hide;
|
panel.hideTimeOverride = options.timeRange?.hide;
|
||||||
panel.interval = options.minInterval;
|
panel.interval = options.minInterval;
|
||||||
panel.maxDataPoints = options.maxDataPoints;
|
panel.maxDataPoints = options.maxDataPoints;
|
||||||
panel.refresh();
|
|
||||||
|
|
||||||
this.setState({ options: options });
|
this.setState({ options: options });
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user