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
@@ -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() {