Skip to content
Snippets Groups Projects
Commit 10c9c15c authored by Alicia.DeDiosFuente's avatar Alicia.DeDiosFuente Committed by Florent Poittevin
Browse files

fix: mark preservation-space active in toolbar when needed

parent 1230d51e
No related branches found
No related tags found
1 merge request!218fix: mark preservation-space active in toolbar when needed
...@@ -233,8 +233,8 @@ export class AppComponent extends SharedAbstractPresentational { ...@@ -233,8 +233,8 @@ export class AppComponent extends SharedAbstractPresentational {
return; return;
} }
if (url.startsWith(urlSeparator + RoutesEnum.preservationSpaceOrganizationalUnit)) { if (url.startsWith(urlSeparator + RoutesEnum.preservationSpace)) {
this.currentModule = RoutesEnum.preservationSpaceOrganizationalUnit; this.currentModule = RoutesEnum.preservationSpace;
return; return;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment