This commit is contained in:
Peter Maquiran
2021-12-07 15:34:39 +01:00
parent a8bbddb7d2
commit a14a1aa468
2 changed files with 2 additions and 1 deletions
@@ -285,6 +285,7 @@
</ion-label>
</div>
<div class="d-flex container-div width-100" *ngFor="let document of loadedEventAttachments; let i = index" >
<ion-list class="width-100 list" *ngIf="!document.remove">
<ion-item class="width-100">
@@ -143,7 +143,7 @@ export class EditEventPage implements OnInit {
}
ngOnChanges(changes: any): void {
// this.loadedEventAttachments = this.loadedEventAttachments.concat(this.postEvent.Attachments)
this.loadedEventAttachments = this.loadedEventAttachments.concat(this.postEvent.Attachments)
}
close() {