Merge branch 'test' of https://gitea.verdnatura.es/verdnatura/salix-front into dev
gitea/salix-front/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2025-05-06 11:09:29 +02:00
commit 00b7d7e4b7
1 changed files with 7 additions and 1 deletions

View File

@ -99,7 +99,13 @@ async function acceptPropagate({ isEqualizated }) {
</VnRow>
<VnRow>
<VnInput :label="t('Street')" clearable v-model="data.street" required />
<VnInput
:label="t('Street')"
clearable
v-model="data.street"
:uppercase="true"
required
/>
</VnRow>
<VnRow>