We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 917184e commit b41e5a8Copy full SHA for b41e5a8
1 file changed
my-app/src/model.js
@@ -132,7 +132,8 @@ export const model = {
132
},
133
134
setApplyRemoveNullCourses() {
135
- this.applyRemoveNullCourses = !this.applyRemoveNullCourses;
+ this.filterOptions.applyRemoveNullCourses = !this.filterOptions.applyRemoveNullCourses;
136
+ this.setFiltersChange();
137
138
139
updateLevelFilter(level) {
@@ -153,7 +154,6 @@ export const model = {
153
154
155
156
updateDepartmentFilter(department) {
- console.log(department);
157
this.filterOptions.department = department;
158
159
0 commit comments