Skip to content

Commit

Permalink
fix(dashboard): changing DashboardWidgetLegend -> Enabled field t…
Browse files Browse the repository at this point in the history
…o pointer type (#1210)
  • Loading branch information
vinay-newrelic authored Aug 29, 2024
1 parent 686690b commit 479ddc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/dashboards/dashboards_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ type RawConfigurationPlatformOptions struct {
}

type DashboardWidgetLegend struct {
Enabled bool `json:"enabled,omitempty"`
Enabled *bool `json:"enabled,omitempty"`
}

type DashboardWidgetYAxisLeft struct {
Expand Down

0 comments on commit 479ddc4

Please sign in to comment.