From 4aeb68193d0373fa7a6ebff84d278a2bfb82406c Mon Sep 17 00:00:00 2001 From: ckwolff Date: Wed, 1 Sep 2021 12:14:09 -0600 Subject: [PATCH] linting --- src/views/TrainingDetails.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/views/TrainingDetails.vue b/src/views/TrainingDetails.vue index b437f32..6788c34 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, -- GitLab