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