feat: add saving of user's selection
This commit is contained in:
@ -70,8 +70,6 @@ export class ScheduleComponent {
|
||||
break;
|
||||
case TabsSelect.Professor:
|
||||
let indexProfessor = this.data[0].professorsId.findIndex(p => p === data[1]);
|
||||
console.log(indexProfessor);
|
||||
console.log(data[1]);
|
||||
this.childComponent.AdditionalText(AdditionalText.Professor, this.data[0].professors[indexProfessor]);
|
||||
break;
|
||||
case TabsSelect.LectureHall:
|
||||
|
Reference in New Issue
Block a user