From 0fd59e72b015b72cdb53c03e89a66a1971862287 Mon Sep 17 00:00:00 2001 From: Dominik Prokop Date: Mon, 18 Feb 2019 11:33:16 +0100 Subject: [PATCH] Remove maxDataPoints and interval props from props to remember in panel model (cherry picked from commit 8e035676e154f60f29f93a85e9548c1192e76d0f) --- public/app/features/dashboard/state/PanelModel.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/public/app/features/dashboard/state/PanelModel.ts b/public/app/features/dashboard/state/PanelModel.ts index fda586d2776..d69e767a484 100644 --- a/public/app/features/dashboard/state/PanelModel.ts +++ b/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,