Improve modal for mobile

This commit is contained in:
Peter Maquiran
2021-05-26 15:53:39 +01:00
parent 516e146b22
commit dd5407b391
16 changed files with 212 additions and 133 deletions
@@ -296,6 +296,7 @@ export class BookMeetingModalPage implements OnInit {
setTimeout(()=>{
modal.dismiss()
this.goToGabinete()
},3000)
}
@@ -316,5 +317,9 @@ export class BookMeetingModalPage implements OnInit {
},3000)
}
goToGabinete() {
this.router.navigate(['/home/gabinete-digital']);
}
}