From b2fcfa3c1d7dbf76daf92133edb544899f8727ef Mon Sep 17 00:00:00 2001 From: mpetrov Date: Tue, 15 Oct 2024 17:34:41 +0300 Subject: [PATCH] refactoring --- .../app/modules/home/pages/gateways/gateways-routing.module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } } ];