diff --git a/public/app/features/dashboard-scene/scene/layout-tabs/TabsLayoutManagerRenderer.tsx b/public/app/features/dashboard-scene/scene/layout-tabs/TabsLayoutManagerRenderer.tsx index cbf84c9fd1d..291fa71d981 100644 --- a/public/app/features/dashboard-scene/scene/layout-tabs/TabsLayoutManagerRenderer.tsx +++ b/public/app/features/dashboard-scene/scene/layout-tabs/TabsLayoutManagerRenderer.tsx @@ -67,12 +67,20 @@ export function TabsLayoutManagerRenderer({ model }: SceneComponentProps -
+ {isEditing && ( +
+ + {currentTab && } + + {conditionalRenderingOverlay} +
+ )} + + {!isEditing && ( {currentTab && } - {isEditing && conditionalRenderingOverlay} -
+ )} ); }