change birthay as non required

This commit is contained in:
Adrian Zürcher
2025-11-11 08:13:01 +01:00
parent 0793bb5e31
commit 53a6408466

View File

@@ -25,9 +25,8 @@
v-model="localMember.lastName" v-model="localMember.lastName"
></q-input> ></q-input>
<q-input <q-input
class="q-ml-md col-5 required" class="q-ml-md col-5"
:label="$t('birthday')" :label="$t('birthday')"
:rules="[(val) => !!val || $t('birthdayIsRequired')]"
filled filled
v-model="localMember.birthday" v-model="localMember.birthday"
></q-input> ></q-input>