Rename shared component attendee

This commit is contained in:
Peter Maquiran
2021-03-30 10:28:05 +01:00
parent 1cf2ecf0a1
commit 12b643025a
3 changed files with 8 additions and 12 deletions
+1 -3
View File
@@ -386,9 +386,7 @@
class="d-flex flex-column height-100"
*ngIf="mobileComponent.showAttendees"
[eventAttendees]="contacts"
(openAttendeesComponent)="openAttendeesComponent($event)"
(openAddEvent)="openAddEvent()"
(GoBackEditOrAdd)="GoBackEditOrAdd()"
(closeComponent)="GoBackEditOrAdd()"
(setContact)="setContact($event)"
>
</app-attendee-modal>