Merge branch 'master' into ccRoundedFix

This commit is contained in:
Pablo Natek 2025-03-26 07:42:47 +00:00
commit 117bc84ec9
1 changed files with 0 additions and 14 deletions
src/pages/Monitor/Ticket

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