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

This commit is contained in:
Dominik Prokop 2019-02-18 11:33:16 +01:00
parent 14ba3f5891
commit 8e035676e1

View File

@ -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,