Skip to content

Commit

Permalink
Merge pull request #558 from correctexam/515-migrate-comments-when-ch…
Browse files Browse the repository at this point in the history
…anging-grading-scale

add uploadmodule
  • Loading branch information
barais authored Oct 3, 2024
2 parents 48e962a + 109419e commit f16d9e1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { CourseService } from 'app/entities/course/service/course.service';
import { IStudent } from 'app/entities/student/student.model';
import FileSaver from 'file-saver';
import { ConfirmationService, MessageService, PrimeTemplate } from 'primeng/api';
import type { FileUpload, FileUploadHandlerEvent } from 'primeng/fileupload';
import { FileUploadModule, type FileUpload, type FileUploadHandlerEvent } from 'primeng/fileupload';
import { InplaceModule } from 'primeng/inplace';
import { TableModule } from 'primeng/table';
import { Button } from 'primeng/button';
Expand Down Expand Up @@ -71,6 +71,7 @@ interface MDWStudent {
PrimeTemplate,
NgFor,
InplaceModule,
FileUploadModule,
TranslateModule,
],
})
Expand Down

0 comments on commit f16d9e1

Please sign in to comment.