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
@@ -219,9 +219,11 @@
<app-attendee-modal class="aside-right flex-column height-100 d-none d-md-flex pt-10"
*ngIf="showAttendees"
[footer]="false"
[taskParticipants]="taskParticipants"
[taskParticipantsCc]="taskParticipantsCc"
[adding]="adding"
[footer]="false"
(dynamicSetIntervenient)="dynamicSetIntervenient($event)"
></app-attendee-modal>