Dynamic Dashboards: Instantiate DashboardLayoutOrchestrator even without ff (#103957)

This commit is contained in:
Bogdan Matei
2025-04-14 15:26:45 +03:00
committed by GitHub
parent d2b8994d80
commit 4434b40ca4
@@ -200,7 +200,7 @@ export class DashboardScene extends SceneObjectBase<DashboardSceneState> impleme
...state,
editPane: new DashboardEditPane(),
scopesBridge: config.featureToggles.scopeFilters ? new SceneScopesBridge({}) : undefined,
layoutOrchestrator: config.featureToggles.dashboardNewLayouts ? new DashboardLayoutOrchestrator() : undefined,
layoutOrchestrator: new DashboardLayoutOrchestrator(),
});
this.serializer =