Remove unused component

This commit is contained in:
Peter Maquiran
2021-06-15 14:05:14 +01:00
parent 736c0ab416
commit e3811d7f8b
18 changed files with 86 additions and 788 deletions
@@ -26,9 +26,11 @@ export class AttendeesPage implements OnInit {
private contactsService: ContactsService,
private navParams: NavParams,
private modalController: ModalController) {
this.adding = this.navParams.get('adding');
this.taskParticipants = this.navParams.get('taskParticipants');
this.taskParticipantsCc = this.navParams.get('taskParticipantsCc');
}
ngOnInit() {
@@ -44,7 +46,7 @@ export class AttendeesPage implements OnInit {
}
ngOnChanges(event){}
ngOnChanges(event) {}
save(){
@@ -54,7 +56,7 @@ export class AttendeesPage implements OnInit {
});
}
close(){
close() {
this.modalController.dismiss(false);
}