mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
Improve
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user