Id number not required

This commit is contained in:
PMKuipers 2023-08-09 12:06:00 +02:00
parent 74710c5234
commit ea3ff0a14f

View File

@ -699,7 +699,6 @@ export default {
<b-col cols="4">{{ text.studyplan_idnumber}}</b-col>
<b-col cols="8">
<b-form-input v-model="editdata.idnumber"
:state='editdata.idnumber.length>0'
:placeholder="text.studyplan_idnumber_ph"></b-form-input>
</b-col>
</b-row> <b-row>