feature/gabinete-search

This commit is contained in:
Peter Maquiran
2023-05-26 14:23:37 +01:00
parent 0b3ffa3ea7
commit b2da8463b4
56 changed files with 98 additions and 186 deletions
+2 -2
View File
@@ -152,7 +152,7 @@ export class ViewEventPage implements OnInit {
} else {
if(this.CalendarId) {
console.log('calendar id')
this.eventsService.genericGetEvent(this.eventId, this.CalendarId).subscribe(res => {
this.loadedEvent = res;
this.addEventToDb(res);
@@ -171,7 +171,7 @@ export class ViewEventPage implements OnInit {
loader.remove()
});
} else {
console.log('no calendar id')
}
}