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

This commit is contained in:
Ryan McKinley 2020-12-14 12:22:21 -08:00 committed by GitHub
parent d1a20f62f5
commit 530e0f86e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 });
};