diff --git a/pkg/dashboards/dashboards_types.go b/pkg/dashboards/dashboards_types.go index b6689af5..e1a9271f 100644 --- a/pkg/dashboards/dashboards_types.go +++ b/pkg/dashboards/dashboards_types.go @@ -323,7 +323,6 @@ type RawConfiguration struct { // RawConfigurationPlatformOptions represents the platform widget options type RawConfigurationPlatformOptions struct { IgnoreTimeRange bool `json:"ignoreTimeRange,omitempty"` - Excluded bool `json:"excluded,omitempty"` } type DashboardWidgetLegend struct {