fix: refs #7134 minor change

This commit is contained in:
Javier Segarra 2025-01-13 22:52:06 +01:00
parent fce1068fbb
commit edceac850d
1 changed files with 1 additions and 2 deletions

View File

@ -46,7 +46,6 @@ defineProps({
option-label="bank"
:include="{ relation: 'accountingType' }"
sort-by="id"
:limit="0"
dense
outlined
rounded
@ -55,7 +54,7 @@ defineProps({
<QItem v-bind="scope.itemProps">
<QItemSection>
<QItemLabel>
{{ scope.opt.id }}:&ensp;{{ scope.opt.bank }}
{{ scope.opt.id }} {{ scope.opt.bank }}
</QItemLabel>
</QItemSection>
</QItem>