add picture from gallery on chat grup solved

This commit is contained in:
Eudes Inácio
2023-08-30 17:07:08 +01:00
parent 377ba3fda3
commit 71ab74974d
35 changed files with 48 additions and 45 deletions
@@ -83,7 +83,7 @@
<div class="overflow-y-auto">
<div class="middle-content">
<div *ngIf="loadedEvent.workflowInstanceDataFields.ParticipantsList">
<h5 class="font-17-rem">Participantes</h5>
<h5 class="font-17-rem">Intervenientes</h5>
<div *ngFor="let att of loadedEvent.workflowInstanceDataFields.ParticipantsList">
<ion-label>{{att.Name}}</ion-label>
</div>