Skip to content

Commit

Permalink
fix(ui): Prevent title page modification when editing a target
Browse files Browse the repository at this point in the history
  • Loading branch information
k-sauvee committed Dec 13, 2024
1 parent 5b95907 commit 487d5f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion chutney/ui/src/app/modules/target/targets.routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export const targetsRoutes: Routes = [
},
{
path: ':name',
title: 'target details',
component: TargetComponent,
resolve: {targets: targetsResolver, environmentsNames: environmentsNamesResolver},
data: { 'authorizations': [ Authorization.ADMIN_ACCESS ] }
Expand Down

0 comments on commit 487d5f2

Please sign in to comment.