mirror of
https://github.com/grafana/grafana.git
synced 2025-01-07 14:43:42 -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.interval = options.minInterval;
|
||||
panel.maxDataPoints = options.maxDataPoints;
|
||||
panel.refresh();
|
||||
|
||||
this.setState({ options: options });
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user