save improvements from Moura review

This commit is contained in:
tiago.kayaya
2021-04-27 14:25:10 +01:00
parent bfc4355adf
commit 809d7294ed
13 changed files with 64 additions and 47 deletions
@@ -144,7 +144,9 @@ export class EventDetailModalPage implements OnInit {
buttons: ['OK']
});
await alert.present();
setTimeout(()=>{
alert.dismiss();
}, 1500);
this.router.navigate(['/home/events']);
});
@@ -163,7 +165,9 @@ export class EventDetailModalPage implements OnInit {
buttons: ['OK']
});
await alert.present();
setTimeout(()=>{
alert.dismiss();
}, 1500);
});
}
}