diff --git a/ui-ngx/src/app/modules/home/pages/gateways/gateways-routing.module.ts b/ui-ngx/src/app/modules/home/pages/gateways/gateways-routing.module.ts index f768d46b91..7f2bbe4ca0 100644 --- a/ui-ngx/src/app/modules/home/pages/gateways/gateways-routing.module.ts +++ b/ui-ngx/src/app/modules/home/pages/gateways/gateways-routing.module.ts @@ -43,7 +43,7 @@ export const gatewaysRoutes: Routes = [ } }, resolve: { - gatewaysDashboard: gatewaysDashboardResolver + dashboard: gatewaysDashboardResolver } } ];