diff --git a/ibl-frontend/frontend-content/src/app/session-list/session-list.component.ts b/ibl-frontend/frontend-content/src/app/session-list/session-list.component.ts index bcfc244d..98265edc 100644 --- a/ibl-frontend/frontend-content/src/app/session-list/session-list.component.ts +++ b/ibl-frontend/frontend-content/src/app/session-list/session-list.component.ts @@ -479,7 +479,12 @@ export class SessionListComponent implements OnInit, OnDestroy { keys.forEach(key => { this.uniqueValuesForEachAttribute[key] = new Set(); }) - + + this.uniqueValuesForEachAttribute['sex'] = { + F: false, + M: false, + U: false + } // // Loop through each tuple // restrictedSessions.forEach(tuple => { @@ -958,7 +963,7 @@ export class SessionListComponent implements OnInit, OnDestroy { async refreshData() { this.isLoading = true; this.filterStoreService.refreshSessionTableState(); - await this.fetchSessions(); + // await this.fetchSessions(); this.restrictedSessions = await this.applyFilter(); this.createMenu(this.restrictedSessions); //await this.updateTableView(this.restrictedSessions);