|
@@ -122,13 +122,11 @@ class Presence extends Component
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
$this->course_levels = [];
|
|
$this->course_levels = [];
|
|
|
- $this->course_types = [];
|
|
|
|
|
$this->course_frequencies = [];
|
|
$this->course_frequencies = [];
|
|
|
|
|
|
|
|
$this->motivation_course_id = null;
|
|
$this->motivation_course_id = null;
|
|
|
$this->motivation_course_name = 0;
|
|
$this->motivation_course_name = 0;
|
|
|
$this->motivation_course_level = 0;
|
|
$this->motivation_course_level = 0;
|
|
|
- $this->motivation_course_type = 0;
|
|
|
|
|
$this->motivation_course_frequency = 0;
|
|
$this->motivation_course_frequency = 0;
|
|
|
|
|
|
|
|
$this->emit('reload');
|
|
$this->emit('reload');
|