File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
observability-lib/grafana Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -1158,13 +1158,9 @@ func NewPolystatPanel(options *PolystatPanelOptions) *Panel {
11581158 newPanel .DefaultClickThrough (options .DefaultClickThrough )
11591159 }
11601160
1161- if options .DefaultClickThroughNewTab {
1162- newPanel .DefaultClickThroughNewTab (options .DefaultClickThroughNewTab )
1163- }
1161+ newPanel .DefaultClickThroughNewTab (options .DefaultClickThroughNewTab )
11641162
1165- if options .DefaultClickThroughSanitize {
1166- newPanel .DefaultClickThroughSanitize (options .DefaultClickThroughSanitize )
1167- }
1163+ newPanel .DefaultClickThroughSanitize (options .DefaultClickThroughSanitize )
11681164
11691165 if options .AnimationSpeed != nil {
11701166 newPanel .AnimationSpeed (* options .AnimationSpeed )
You can’t perform that action at this time.
0 commit comments