UNCLASSIFIED

Commit 175f18ea authored by hunter.congress's avatar hunter.congress
Browse files

cleaning useless code

parent b1708fa1
......@@ -377,7 +377,6 @@
class="px-0"
v-if="trainingCourse.id"
:trainingCourse="trainingCourse"
@change="fetchReload"
/>
<TrainingAttendance
ref="trainingAttendance"
......@@ -521,11 +520,6 @@ export default {
this.initialLoad = false;
},
methods: {
fetchReload(value) {
if (value) {
this.trigger += 1;
}
},
closeAddStudentDialog() {
this.state.isAddingStudent = 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