diff --git a/public/app/features/dashboard-scene/pages/DashboardScenePageStateManager.ts b/public/app/features/dashboard-scene/pages/DashboardScenePageStateManager.ts index 63f1aaa0bcd..19ddab65c0a 100644 --- a/public/app/features/dashboard-scene/pages/DashboardScenePageStateManager.ts +++ b/public/app/features/dashboard-scene/pages/DashboardScenePageStateManager.ts @@ -805,7 +805,7 @@ export class UnifiedDashboardScenePageStateManager extends DashboardScenePageSta } public async loadSnapshot(slug: string) { - return this.withVersionHandling((manager) => manager.loadSnapshot(slug)); + return this.withVersionHandling((manager) => manager.loadSnapshot.call(this, slug)); } public clearDashboardCache() {