0
0
Fork 0

refactor: refs #8304 put year and contract selectors in the same line

This commit is contained in:
Jose Antonio Tubau 2025-01-22 16:32:41 +01:00
parent 8599974437
commit adc9d1630b
1 changed files with 1 additions and 3 deletions

View File

@ -180,8 +180,6 @@ const yearList = ref(generateYears());
:is-clearable="false" :is-clearable="false"
/> />
</QItemSection> </QItemSection>
</QItem>
<QItem>
<QItemSection> <QItemSection>
<VnSelect <VnSelect
:label="t('Contract')" :label="t('Contract')"
@ -223,7 +221,7 @@ const yearList = ref(generateYears());
> >
{{ type.name }} {{ type.name }}
</WorkerEventLabel> </WorkerEventLabel>
</QItem> </QItem>
</QList> </QList>
<QSeparator /> <QSeparator />
<QList dense class="list q-my-md no-pointer-events"> <QList dense class="list q-my-md no-pointer-events">