This commit is contained in:
Peter Maquiran
2023-06-13 12:27:27 +01:00
parent 5db8d1f1e5
commit fced941d55
4 changed files with 70 additions and 55 deletions
@@ -357,6 +357,7 @@ export class ViewEventPage implements OnInit {
this.loadEvent()
}, 250);
this.isEventEdited = true;
console.log('res', res)
}
});
@@ -391,6 +392,12 @@ export class ViewEventPage implements OnInit {
}, 250);
this.isEventEdited = true;
if(res.data.Attendees?.length >= 1) {
this.loadedEvent.HasAttachments = true
this.getAttachments()
}
console.log('res', res)
}
this.getAttachments()