This commit is contained in:
Peter Maquiran
2021-11-18 14:07:04 +01:00
parent 562e405f19
commit 4f52f91420
3 changed files with 8 additions and 6 deletions
@@ -35,7 +35,8 @@ export class DespachosPrOptionsPage implements OnInit {
private toastService: ToastService,
private location: Location,
public p: PermissionService,
public ThemeService: ThemeService
public ThemeService: ThemeService,
) { }
ngOnInit() {
@@ -363,7 +364,7 @@ export class DespachosPrOptionsPage implements OnInit {
}
goBack() {
this.router.navigate(['/home/gabinete-digital/despachos-pr'])
this.location.back();
}
cancle() {