Skip to content
Snippets Groups Projects
Commit 7cc8cf1b authored by Hangzhi Yu's avatar Hangzhi Yu
Browse files

Change naming of computed teacher property

parent b72cc1dd
No related branches found
No related tags found
2 merge requests!46Resolve "Extend SubjectField",!44Resolve "Add teacher select field"
Pipeline #187465 passed with warnings
......@@ -3,7 +3,7 @@
v-bind="$attrs"
v-on="$listeners"
multiple
:items="getTeacherList"
:items="teacherList"
item-text="fullName"
item-value="id"
:loading="$apollo.queries.persons.loading"
......@@ -50,7 +50,7 @@ export default {
},
},
computed: {
getTeacherList() {
teacherList() {
return [
{
header: this.$t("cursus.teacher.field.subject_teachers"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment