Merge pull request 'fix: newWorker' (!1538) from hotfix-newWorker into master
gitea/salix-front/pipeline/head This commit looks good
Details
gitea/salix-front/pipeline/head This commit looks good
Details
Reviewed-on: #1538 Reviewed-by: Javier Segarra <jsegarra@verdnatura.es>
This commit is contained in:
commit
6527efd378
|
@ -279,7 +279,11 @@ async function autofillBic(worker) {
|
||||||
/>
|
/>
|
||||||
</VnRow>
|
</VnRow>
|
||||||
<VnRow>
|
<VnRow>
|
||||||
<VnInput v-model="data.fi" :label="t('worker.create.fi')" />
|
<VnInput
|
||||||
|
v-model="data.fi"
|
||||||
|
:label="t('worker.create.fi')"
|
||||||
|
required
|
||||||
|
/>
|
||||||
<VnInputDate
|
<VnInputDate
|
||||||
v-model="data.birth"
|
v-model="data.birth"
|
||||||
:label="t('worker.create.birth')"
|
:label="t('worker.create.birth')"
|
||||||
|
|
Loading…
Reference in New Issue