From 8b215d60acac86fb6ec0588d261e444f439b88be Mon Sep 17 00:00:00 2001 From: Alexa V <239999+axelavargas@users.noreply.github.com> Date: Mon, 30 Sep 2024 17:25:58 +0200 Subject: [PATCH] Dashboard Scene: Add sceneGraph missing dependency (#94014) Add sceneGraph missing dependency --- public/app/features/dashboard-scene/scene/DashboardScene.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/public/app/features/dashboard-scene/scene/DashboardScene.tsx b/public/app/features/dashboard-scene/scene/DashboardScene.tsx index 205f391c2e7..cad6daa473a 100644 --- a/public/app/features/dashboard-scene/scene/DashboardScene.tsx +++ b/public/app/features/dashboard-scene/scene/DashboardScene.tsx @@ -12,6 +12,7 @@ import { } from '@grafana/data'; import { config, locationService } from '@grafana/runtime'; import { + sceneGraph, SceneGridRow, SceneObject, SceneObjectBase,