fix: remove duplicated department selection from MonitorTicketFilter
gitea/salix-front/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2025-03-26 08:30:20 +01:00
parent 77f0e7b492
commit bbc03ddcad
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