This commit is contained in:
tiago.kayaya
2021-05-28 16:57:18 +01:00
13 changed files with 20 additions and 6 deletions
@@ -190,6 +190,7 @@
<div class="aside-righ flex-grow-1">
<app-attendee-modal class=" d-flex flex-column height-100"
*ngIf="showAttendees"
[footer]="false"
[taskParticipants]="taskParticipants"
[taskParticipantsCc]="taskParticipantsCc"
[adding]="adding"
@@ -140,6 +140,7 @@
*ngIf="showAttendees"
class="d-flex flex-column height-100 hide-footer"
[adding]="adding"
[footer]="false"
[taskParticipants]="taskParticipants"
[taskParticipantsCc]="taskParticipantsCc"
(closeComponent)="closeComponent()"