Added any tutor option to stats page too.
This commit is contained in:
parent
6a4718d16f
commit
7217067690
@ -142,7 +142,9 @@ export default {
|
|||||||
Vue.axios
|
Vue.axios
|
||||||
.get("/site/" + this.siteSelection + "/tutors")
|
.get("/site/" + this.siteSelection + "/tutors")
|
||||||
.then(response => {
|
.then(response => {
|
||||||
this.tutorOptions = response.data;
|
this.tutorOptions = [{ text: "Any", value: null }].concat(
|
||||||
|
response.data
|
||||||
|
);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user