Commit 530e0f86 by Ryan McKinley Committed by GitHub

QueryEditor: do not auto refresh on every update (#29762)

parent d1a20f62
......@@ -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 });
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment