UNCLASSIFIED

Commit 4aeb6819 authored by ckwolff's avatar ckwolff
Browse files

linting

parent 36caf438
......@@ -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,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment