mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
add database fields
This commit is contained in:
@@ -157,11 +157,8 @@
|
||||
[roomId]="roomId"
|
||||
(backToChat)="backToChat($event)"
|
||||
(closeAllDesktopComponents)="closeAllDesktopComponents()"
|
||||
|
||||
|
||||
(openGroupContacts)="openGroupContactsPage($event)"
|
||||
(openEditGroupPage)="openEditGroupPage($event)"
|
||||
(getGroups)="getGroups($event)"
|
||||
|
||||
|
||||
*ngIf="showNewGroup"
|
||||
@@ -186,18 +183,6 @@
|
||||
>
|
||||
</app-group-contacts>
|
||||
|
||||
<app-attendee-modal
|
||||
[adding]="adding"
|
||||
[taskParticipants]="taskParticipants"
|
||||
[taskParticipantsCc]="taskParticipantsCc"
|
||||
(closeComponent)="openNewEventPage()"
|
||||
(setIntervenient)="setIntervenient($event)"
|
||||
(setIntervenientCC)="setIntervenientCC($event)"
|
||||
(setContact)="setContact($event)"
|
||||
[style.display]="showAttendees ? 'flex' : 'none'"
|
||||
[footer]="true"
|
||||
class=" height-100 flex-column">
|
||||
</app-attendee-modal>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user