This commit is contained in:
Peter Maquiran
2021-03-25 15:51:19 +01:00
parent e0d4c595fe
commit b2ba5bdca7
3 changed files with 4 additions and 3 deletions
@@ -33,7 +33,6 @@ export class EditEventComponent implements OnInit {
@Output() cloneAllmobileComponent = new EventEmitter<any>();
@Output() openAttendeesComponent = new EventEmitter<any>();
@Output() setContact = new EventEmitter<any>();
constructor(
private modalController: ModalController,
@@ -79,7 +78,7 @@ export class EditEventComponent implements OnInit {
{
this.openAttendeesComponent.emit();
this.clearContact.emit();
}