fix template compilation errors

This commit is contained in:
Harald Bamberger
2025-04-03 16:35:29 +02:00
parent 9572bdf3eb
commit 8c0325b693
2 changed files with 1 additions and 2 deletions
@@ -203,7 +203,7 @@ export default {
v-model="formData.aufenthaltfoerderung_code"
name="aufenthaltfoerderung_code"
>
<option :value=""> {{$p.t('ui', 'bitteWaehlen')}}</option>
<option value=""> {{$p.t('ui', 'bitteWaehlen')}}</option>
<option
v-for="entry in listSupports"
:key="entry.aufenthaltfoerderung_code"
@@ -503,7 +503,6 @@ export default {
type="select"
container-class="col-6 stv-details-mobility-typ"
:label="$p.t('lehre', 'lehreinheit')"
type="select"
v-model="formData.lehreinheit_id"
name="lehreinheit_id"
:disabled="listLes.length > 0 ? false : true"