Added option to tutor list for no filtering.
This commit is contained in:
parent
a0fcec8113
commit
c4fb3e5800
@ -170,7 +170,7 @@ export default {
|
||||
Vue.axios
|
||||
.get("/site/" + this.siteSelection + "/tutors")
|
||||
.then(response => {
|
||||
this.tutorOptions = response.data;
|
||||
this.tutorOptions = [{text:"Any", value:null}].concat(response.data);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user