This commit is contained in:
Peter Maquiran
2022-06-24 15:26:15 +01:00
parent 4fd5685899
commit d0a45fa490
9 changed files with 579 additions and 269 deletions
@@ -335,11 +335,9 @@ export class NewEventPage implements OnInit {
});
this.toastService._successMessage()
this.modalController.dismiss(this.postEvent);
} catch (error) {
this.toastService._badRequest()
} finally {
@@ -437,13 +435,13 @@ export class NewEventPage implements OnInit {
this.openAttendees();
}
addParticipantsCC(){
addParticipantsCC() {
this.adding = 'CC'
this.openAttendees();
}
async getDoc(){
async getDoc() {
const modal = await this.modalController.create({
component: SearchPage,
cssClass: 'modal-width-100-width-background modal',