UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Platform One
P
Party Bus
Launchboard
launchboard-fe
Commits
4aeb6819
Commit
4aeb6819
authored
Sep 01, 2021
by
ckwolff
Browse files
linting
parent
36caf438
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
src/views/TrainingDetails.vue
src/views/TrainingDetails.vue
+6
-1
No files found.
src/views/TrainingDetails.vue
View file @
4aeb6819
...
@@ -395,7 +395,12 @@ import { DEFAULT_PAGINATION_PARAMS } from "@/config/table-constants";
...
@@ -395,7 +395,12 @@ import { DEFAULT_PAGINATION_PARAMS } from "@/config/table-constants";
import
AddStudentsToCourseDialog
from
"
@/components/Dialogs/AddStudentsToCourseDialog
"
;
import
AddStudentsToCourseDialog
from
"
@/components/Dialogs/AddStudentsToCourseDialog
"
;
export
default
{
export
default
{
components
:
{
AddStudentsToCourseDialog
,
TrainingAttendance
,
UserSelect
,
NotFoundComponent
},
components
:
{
AddStudentsToCourseDialog
,
TrainingAttendance
,
UserSelect
,
NotFoundComponent
,
},
data
:
()
=>
({
data
:
()
=>
({
selectedInstructors
:
[],
selectedInstructors
:
[],
loading
:
false
,
loading
:
false
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment