Skip to content
Snippets Groups Projects
Commit 1d585b65 authored by Etienne LOUPIAS's avatar Etienne LOUPIAS
Browse files

fix(carto): avoid console error because carto refresh when clicking on edit structure button

parent 972c149d
No related branches found
No related tags found
1 merge request!608V2.4.2
......@@ -202,7 +202,7 @@ export class StructureDetailsComponent implements OnInit {
}
public handleModify(): void {
this.router.navigateByUrl(`/profile/edit-structure/${this.structure._id}`);
this.router.navigate(['profile', 'edit-structure', this.structure._id]);
}
public deleteStructure(shouldDelete: boolean): void {
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment