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
@@ -335,9 +335,6 @@ export class EditEventPage implements OnInit {
this.loadedEventAttachments[index]['remove'] = true
}
this.attachmentsService.deleteEventAttachmentById(attachmentID).subscribe(res => {
console.log(res);
});
}