From 7260a020751ded1ede69723b77b6fa461e5fc472 Mon Sep 17 00:00:00 2001 From: Aurora Virmasalo Date: Thu, 24 Oct 2024 15:45:26 +0300 Subject: [PATCH] Fix typescript boolean error in exam list --- .../teacher/categories/exam-list-category.component.html | 4 ++-- .../dashboard/staff/teacher/teacher-dashboard.component.ts | 1 + ui/src/app/shared/sorting/table-sort.component.ts | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ui/src/app/dashboard/staff/teacher/categories/exam-list-category.component.html b/ui/src/app/dashboard/staff/teacher/categories/exam-list-category.component.html index 11908b994..e48ab3f2b 100644 --- a/ui/src/app/dashboard/staff/teacher/categories/exam-list-category.component.html +++ b/ui/src/app/dashboard/staff/teacher/categories/exam-list-category.component.html @@ -38,7 +38,7 @@ this.by === this.predicate ? (this.reverse ? 'bi-sort-alpha-down' : 'bi-sort-alpha-up') : 'bi-arrow-down-up';