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

pull/29833/head
Ryan McKinley 5 years ago committed by GitHub
parent d1a20f62f5
commit 530e0f86e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      public/app/features/dashboard/components/PanelEditor/PanelEditorQueries.tsx

@ -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…
Cancel
Save