Merge branch 'dev' into 8862-testIsolationFalse
gitea/salix-front/pipeline/pr-dev This commit is unstable Details

This commit is contained in:
Benjamin Esteve 2025-05-06 10:40:01 +00:00
commit 53cea184cc
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>