Merge branch 'ccRoundedFix' of https://gitea.verdnatura.es/verdnatura/salix-front into ccRoundedFix
gitea/salix-front/pipeline/pr-master This commit is unstable Details

This commit is contained in:
Pablo Natek 2025-03-26 09:55:28 +01:00
commit eb4c05bc02
1 changed files with 0 additions and 14 deletions

View File

@ -209,20 +209,6 @@ const getLocale = (label) => {
/>
</QItemSection>
</QItem>
<QItem>
<QItemSection>
<VnSelect
outlined
dense
rounded
:label="t('globals.params.departmentFk')"
v-model="params.department"
option-label="name"
option-value="name"
url="Departments"
/>
</QItemSection>
</QItem>
<QItem>
<QItemSection>
<VnSelect