This commit is contained in:
tiago.kayaya
2021-06-25 11:00:25 +01:00
parent 0352dfd97f
commit 1af6330e0a
2 changed files with 8 additions and 2 deletions
@@ -297,7 +297,10 @@ export class NewEventPage implements OnInit {
// console.log('MD - Aqui');
// console.log(this.postEvent);
this.showLoader = true
this.showLoader = true;
console.log(this.postEvent);
this.eventService.postEventMd(this.postEvent, this.postEvent.CalendarName).subscribe(
async (id) => {