diff --git a/public/js/components/Studierendenantrag/Leitung/Actions/New.js b/public/js/components/Studierendenantrag/Leitung/Actions/New.js index ad3009bdb..fe3b0a7bf 100644 --- a/public/js/components/Studierendenantrag/Leitung/Actions/New.js +++ b/public/js/components/Studierendenantrag/Leitung/Actions/New.js @@ -83,7 +83,7 @@ export default { class="w-100" v-model="student" :suggestions="data" - optionLabel = "name" + optionLabel="name" @complete="loadData" inputId="newAntragModalAutoComplete" dropdown