This commit is contained in:
Peter Maquiran
2021-06-30 15:01:00 +01:00
7 changed files with 33 additions and 60 deletions
@@ -15,8 +15,8 @@ export class EventListPage implements OnInit {
// [desktop] event list to approve
showLoader: boolean;
eventsPRList: any;
eventsMDGPRList: any;
eventsPRList: any = []
eventsMDGPRList: any = []
eventPerson: EventPerson;
eventBody: EventBody;
categories: string[];