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
@@ -322,8 +322,6 @@ export class DocumentSetUpMeetingPage implements OnInit {
backdropDismiss: false
});
await modal.present();
modal.onDidDismiss().then((data) => {
if(data) {
@@ -339,6 +337,8 @@ export class DocumentSetUpMeetingPage implements OnInit {
console.log(error)
});
await modal.present()
} else {
this.showAttendees = true;
}
@@ -360,7 +360,7 @@ export class DocumentSetUpMeetingPage implements OnInit {
backdropDismiss: false
});
await modal.present();
modal.onDidDismiss().then((data) => {
@@ -376,6 +376,8 @@ export class DocumentSetUpMeetingPage implements OnInit {
}, (error) => {
console.log(error)
});
await modal.present();
} else {
this.showAttendees = true;
}
@@ -391,7 +393,7 @@ export class DocumentSetUpMeetingPage implements OnInit {
select: true
}
});
await modal.present();
modal.onDidDismiss().then((res)=> {
if(res){
const data = res.data;
@@ -400,6 +402,8 @@ export class DocumentSetUpMeetingPage implements OnInit {
}, (error) => {
console.log(error)
});
await modal.present();
}
removeAttachment(index: number) {