change birthay as non required
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user