[v11.0.x] Snapshots: Render Dashboard controls in Scenes View (#87993)

Snapshots: Render Dashboard controls in Scenes View (#87972)

(cherry picked from commit 5ce2d4e1a7)

Co-authored-by: Ezequiel Victorero <ezequiel.victorero@grafana.com>
This commit is contained in:
grafana-delivery-bot[bot]
2024-05-16 14:35:34 -03:00
committed by GitHub
co-authored by Ezequiel Victorero
parent 2ae78d1a88
commit 2c2835b1f4
@@ -23,7 +23,7 @@ export function DashboardSceneRenderer({ model }: SceneComponentProps<DashboardS
const pageNav = model.getPageNav(location, navIndex);
const bodyToRender = model.getBodyToRender();
const navModel = getNavModel(navIndex, 'dashboards/browse');
const isHomePage = !meta.url && !meta.slug && !meta.isNew;
const isHomePage = !meta.url && !meta.slug && !meta.isNew && !meta.isSnapshot;
if (editview) {
return (