Skip to content

Commit

Permalink
fix: link to edit a project (#1465)
Browse files Browse the repository at this point in the history
  • Loading branch information
derschnee68 committed Feb 14, 2024
1 parent 0695f8a commit 0acda9e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -136,7 +136,7 @@ export class ProjectsListComponent implements OnInit, OnDestroy {

editProject(iri: string) {
const uuid = ProjectService.IriToUuid(iri);
this._router.navigate([RouteConstants.project, uuid, RouteConstants.edit]);
this._router.navigate([RouteConstants.project, uuid, RouteConstants.settings, RouteConstants.edit]);
}

askToDeactivateProject(name: string, id: string) {
Expand Down

0 comments on commit 0acda9e

Please sign in to comment.