Remove maxDataPoints and interval props from props to remember in panel model

pull/15498/head
Dominik Prokop 6 years ago
parent 14ba3f5891
commit 8e035676e1
  1. 2
      public/app/features/dashboard/state/PanelModel.ts

@ -47,8 +47,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