Browse Source

refactoring

pull/11872/head^2
mpetrov 2 years ago
parent
commit
b2fcfa3c1d
  1. 2
      ui-ngx/src/app/modules/home/pages/gateways/gateways-routing.module.ts

2
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
}
}
];

Loading…
Cancel
Save