diff --git a/public/app/features/dashboard-scene/scene/DashboardControls.tsx b/public/app/features/dashboard-scene/scene/DashboardControls.tsx index be1ea0c844d..d8ae6b05b2d 100644 --- a/public/app/features/dashboard-scene/scene/DashboardControls.tsx +++ b/public/app/features/dashboard-scene/scene/DashboardControls.tsx @@ -124,6 +124,10 @@ function DashboardControlsRenderer({ model }: SceneComponentProps v.state.showInControlsMenu === true); if (!model.hasControls()) { // To still have spacing when no controls are rendered @@ -152,9 +156,11 @@ function DashboardControlsRenderer({ model }: SceneComponentProps )} - - - + {hasControlMenuVariables && ( + + + + )} {showDebugger && } );