diff --git a/src/views/TrainingDetails.vue b/src/views/TrainingDetails.vue index b437f3239db444e5e8ee9bb94d5ec7e4fe6ba233..6788c349e54c12fe0e0c3a0115589168a55f105f 100644 --- a/src/views/TrainingDetails.vue +++ b/src/views/TrainingDetails.vue @@ -395,7 +395,12 @@ import { DEFAULT_PAGINATION_PARAMS } from "@/config/table-constants"; import AddStudentsToCourseDialog from "@/components/Dialogs/AddStudentsToCourseDialog"; export default { - components: { AddStudentsToCourseDialog, TrainingAttendance, UserSelect, NotFoundComponent }, + components: { + AddStudentsToCourseDialog, + TrainingAttendance, + UserSelect, + NotFoundComponent, + }, data: () => ({ selectedInstructors: [], loading: false,