From e5edf8d0df32d66ef19fad51e33c3dc4d58e451b Mon Sep 17 00:00:00 2001 From: Victor Marin Date: Wed, 5 Nov 2025 17:23:49 +0200 Subject: [PATCH] fix --- .../dashboard-scene/serialization/layoutSerializers/utils.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/public/app/features/dashboard-scene/serialization/layoutSerializers/utils.ts b/public/app/features/dashboard-scene/serialization/layoutSerializers/utils.ts index 153b9b4038e..3629bd43c6a 100644 --- a/public/app/features/dashboard-scene/serialization/layoutSerializers/utils.ts +++ b/public/app/features/dashboard-scene/serialization/layoutSerializers/utils.ts @@ -115,6 +115,7 @@ export function buildLibraryPanel(panel: LibraryPanelKind, id?: number): VizPane }), ], extendPanelContext: setDashboardPanelContext, + headerActions: config.featureToggles.panelGroupBy ? [new PanelGroupByAction()] : [], pluginId: LibraryPanelBehavior.LOADING_VIZ_PANEL_PLUGIN_ID, title: panel.spec.title, options: {},