mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Remove maxDataPoints and interval props from props to remember in panel model
This commit is contained in:
parent
14ba3f5891
commit
8e035676e1
@ -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…
Reference in New Issue
Block a user