From 7ff3e7f4efc4cd5c83d1c5cf8fe36259199fe798 Mon Sep 17 00:00:00 2001 From: Vinay Reddy Godhala Date: Wed, 23 Oct 2024 12:19:30 +0530 Subject: [PATCH] feat(dashboards): removed variable in struct --- pkg/dashboards/dashboards_types.go | 1 - 1 file changed, 1 deletion(-) 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 {