This commit is contained in:
Peter Maquiran
2023-07-15 11:01:09 +01:00
parent a61ee6c07e
commit eba2b7f9ce
76 changed files with 525 additions and 218 deletions
+3 -1
View File
@@ -173,7 +173,7 @@ export class ForwardPage implements OnInit {
backdropDismiss: false
});
await modal.present();
modal.onDidDismiss().then((data) => {
if(data) {
@@ -186,6 +186,8 @@ export class ForwardPage implements OnInit {
}, (error) => {
console.log(error)
});
await modal.present();
} else {
this.showAttendees=true
}