diff --git a/support-portal-frontend/src/app/component/professor/professor.component.ts b/support-portal-frontend/src/app/component/professor/professor.component.ts index e6649b1..0bff7aa 100644 --- a/support-portal-frontend/src/app/component/professor/professor.component.ts +++ b/support-portal-frontend/src/app/component/professor/professor.component.ts @@ -389,7 +389,7 @@ export class ProfessorComponent implements OnInit, OnDestroy { case HttpEventType.UploadProgress: this.fileUploadStatus.percentage = Math.round(100 * event.loaded / event.total!); this.fileUploadStatus.status = 'progress'; - break; + break; case HttpEventType.Response: if (event.status === 200) { if (this.loggedInProfessor) {