This commit is contained in:
tiago.kayaya
2021-09-15 16:20:59 +01:00
parent 8f52a10ec9
commit bc1cf6ef73
6 changed files with 16 additions and 8 deletions
@@ -371,7 +371,6 @@ export class EditEventPage implements OnInit {
deleteAttachment(attachmentID: string, index) {
const id: any = this.loadedEventAttachments[index].Id
if(id == 'add') {
@@ -380,10 +379,6 @@ export class EditEventPage implements OnInit {
this.loadedEventAttachments[index]['remove'] = true
}
this.attachmentsService.deleteEventAttachmentById(attachmentID).subscribe(res => {
console.log(res);
});
}
async getDoc() {