소스 검색

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

Dominik Prokop 6 년 전
부모
커밋
8e035676e1
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      public/app/features/dashboard/state/PanelModel.ts

+ 0 - 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,