Merge pull request #15498 from grafana/fix/15463

Remove maxDataPoints and interval props from props to remember in panel model
This commit is contained in:
Torkel Ödegaard 2019-02-18 12:37:07 +01:00 committed by GitHub
commit 35253cb7f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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