This commit is contained in:
Peter Maquiran
2023-07-27 16:39:25 +01:00
parent e1b1f5e62a
commit ac805b67ba
4 changed files with 16 additions and 16 deletions
@@ -105,7 +105,7 @@ export class DiplomasGerarPage implements OnInit {
}, 1000);
}
async LoadList(){
async LoadList() {
this.skeletonLoader = true
@@ -134,10 +134,10 @@ export class DiplomasGerarPage implements OnInit {
this.skeletonLoader = false
this.showLoader = false;
}
}
goBack() {
this.RouteService.goBack();
// window.history.back()
}
goBack() {
this.RouteService.goBack();
// window.history.back()
}
}