This commit is contained in:
Peter Maquiran
2021-05-28 16:39:03 +01:00
parent f709e6f541
commit 1b3cce6215
9 changed files with 12 additions and 2 deletions
@@ -26,6 +26,8 @@ export class AttendeeModalPage implements OnInit {
@Input() taskParticipants:EventPerson[] = [];
@Input() taskParticipantsCc:EventPerson[] = [];
@Input() footer: boolean;
LtaskParticipants: EventPerson[] = [];
LtaskParticipantsCc: EventPerson[] = [];