remove alert

This commit is contained in:
Peter Maquiran
2023-02-02 18:25:52 +01:00
parent 702cb9429a
commit b7acab93b3
2 changed files with 6 additions and 9 deletions
-3
View File
@@ -21,13 +21,10 @@ export class EventService {
if(this.p.userRole(['PR'])) {
alert('pr')
return this.eventService.postEventPr(body, calendar)
} else if(this.p.userRole(['MDGPR'])) {
alert('md')
return this.eventService.postEventMd(body, calendar)
} else {
alert('other')
return this.eventService.postEventGeneric(body, calendar, body.CalendarId)
}