This commit is contained in:
Peter Maquiran
2022-12-19 19:25:21 +01:00
parent d4e0e650a5
commit 3a45cdf1d3
2 changed files with 35 additions and 52 deletions
@@ -193,8 +193,6 @@ export class ViewEventPage implements OnInit {
});
} else {
if(this.CalendarId) {
this.eventsService.genericDeleteEvent(this.loadedEvent.EventId, 0, this.loadedEvent.CalendarName, this.CalendarId).subscribe(async () => {
this.toastService.successMessage('Evento apagado');