Dashboards: Remove no-datasource screen (#68574)

* Dashboards: Remove non-ds configured landing page

* Remove `datasourceOnboarding` feature toggle
This commit is contained in:
Ivan Ortega Alba
2023-05-17 14:22:40 +02:00
committed by GitHub
parent 5f84dad7e4
commit 1505a188eb
9 changed files with 1 additions and 340 deletions

View File

@@ -50,7 +50,7 @@ export function getAppRoutes(): RouteDescriptor[] {
pageClass: 'page-dashboard',
routeName: DashboardRoutes.New,
component: SafeDynamicImport(
() => import(/* webpackChunkName: "DashboardPage" */ '../features/dashboard/containers/NewDashboardPage')
() => import(/* webpackChunkName: "DashboardPage" */ '../features/dashboard/containers/DashboardPage')
),
},
{