[Library | Trunk]: Just remove an unexcepted char on page contents component
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@60671 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
536f633de5
commit
10c40abc05
|
@ -272,7 +272,7 @@ export class PageHelpContentsComponent implements OnInit {
|
||||||
} else {
|
} else {
|
||||||
this.router.navigate(['edit/'], {
|
this.router.navigate(['edit/'], {
|
||||||
queryParams: {
|
queryParams: {
|
||||||
"pageContentId": id``
|
"pageContentId": id
|
||||||
}, relativeTo: this.route
|
}, relativeTo: this.route
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue