From 384562e1ad61fa6a31823eeb6b4f91065c4c3275 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Wed, 16 Oct 2024 10:09:00 +0200 Subject: [PATCH] Dashboard: Fixes issue with dashboard inside get help drawer (#94725) * Dashboard: Fixes issue with dashboard inside help help drawer * Fix lint --- .../dashboard-scene/inspect/HelpWizard/HelpWizard.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/public/app/features/dashboard-scene/inspect/HelpWizard/HelpWizard.tsx b/public/app/features/dashboard-scene/inspect/HelpWizard/HelpWizard.tsx index 960df0696da..d5c7e2c5c63 100644 --- a/public/app/features/dashboard-scene/inspect/HelpWizard/HelpWizard.tsx +++ b/public/app/features/dashboard-scene/inspect/HelpWizard/HelpWizard.tsx @@ -192,11 +192,9 @@ export function HelpWizard({ panel, onClose }: Props) { - - {({ height }) => ( -
{scene && }
- )} -
+
+ {scene && } +
)}