diff --git a/public/app/features/dashboard/components/HelpWizard/HelpWizard.tsx b/public/app/features/dashboard/components/HelpWizard/HelpWizard.tsx index ddece468a35..f2af5932fbf 100644 --- a/public/app/features/dashboard/components/HelpWizard/HelpWizard.tsx +++ b/public/app/features/dashboard/components/HelpWizard/HelpWizard.tsx @@ -42,7 +42,6 @@ export function HelpWizard({ panel, plugin, onClose }: Props) { currentTab, loading, error, - iframeLoading, options, showMessage, snapshotSize, @@ -50,18 +49,13 @@ export function HelpWizard({ panel, plugin, onClose }: Props) { snapshotText, randomize, panelTitle, - snapshotUpdate, + scene, } = service.useState(); useEffect(() => { service.buildDebugDashboard(); }, [service, plugin, randomize]); - useEffect(() => { - // Listen for messages from loaded iframe - return service.subscribeToIframeLoadingMessage(); - }, [service]); - if (!plugin) { return null; } @@ -211,20 +205,7 @@ export function HelpWizard({ panel, plugin, onClose }: Props) { {({ height }) => ( - <> -