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
@@ -102,7 +102,6 @@ export class EventActionsPopoverPage implements OnInit {
backdropDismiss: false
});
await modal.present();
modal.onDidDismiss()
.then( async (res) => {
@@ -140,6 +139,9 @@ export class EventActionsPopoverPage implements OnInit {
}
});
await modal.present();
}
async rejeitar() {
@@ -173,9 +175,10 @@ export class EventActionsPopoverPage implements OnInit {
// backdropDismiss: false
});
await modal.present();
modal.onDidDismiss().then(res => {});
await modal.present();
}