This commit is contained in:
Peter Maquiran
2023-06-10 15:58:45 +01:00
parent 2f6588c164
commit ffa1f34b4c
39 changed files with 128 additions and 281 deletions
@@ -95,16 +95,6 @@ export class ApproveEventPage implements OnInit {
goBack() {
this.RouteService.goBack();
/* let navigationExtras: NavigationExtras = {
queryParams: {
"eventos": true,
}
};
if( window.innerWidth < 801) {
this.router.navigate(['/home',this.caller, 'event-list']);
} else {
this.router.navigate(['/home/gabinete-digital'], navigationExtras);
} */
}