Skip to content

Commit 6949baa

Browse files
Saby-BishopsMutugiiidogi
authored
manager: smoother surveys navigating (fixes #9193) (#9208)
Co-authored-by: mutugiii <[email protected]> Co-authored-by: dogi <[email protected]>
1 parent e01199d commit 6949baa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "planet",
33
"license": "AGPL-3.0",
4-
"version": "0.20.53",
4+
"version": "0.20.54",
55
"myplanet": {
66
"latest": "v0.35.17",
77
"min": "v0.34.17"

src/app/surveys/surveys.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ export class SurveysComponent implements OnInit, AfterViewInit, OnDestroy {
172172
}
173173

174174
goBack() {
175-
this.router.navigate([ '../../' ], { relativeTo: this.route });
175+
this.router.navigate(['../'], { relativeTo: this.route });
176176
}
177177

178178
routeToEditSurvey(route, id = '') {

0 commit comments

Comments
 (0)