Merge pull request #15498 from grafana/fix/15463

Remove maxDataPoints and interval props from props to remember in panel model
pull/15502/head
Torkel Ödegaard 6 years ago committed by GitHub
commit 35253cb7f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      public/app/features/dashboard/state/PanelModel.ts

@ -46,8 +46,6 @@ const mustKeepProps: { [str: string]: boolean } = {
timeFrom: true,
timeShift: true,
hideTimeOverride: true,
maxDataPoints: true,
interval: true,
description: true,
links: true,
fullscreen: true,

Loading…
Cancel
Save