fix: remove limit=0
gitea/salix-front/pipeline/pr-test There was a failure building this commit Details

This commit is contained in:
Javier Segarra 2025-05-14 19:29:56 +02:00
parent 0b1b0b40a2
commit e595201501
2 changed files with 0 additions and 2 deletions

View File

@ -200,7 +200,6 @@ async function getAmountPaid() {
option-label="bank" option-label="bank"
:include="{ relation: 'accountingType' }" :include="{ relation: 'accountingType' }"
sort-by="id" sort-by="id"
:limit="0"
@update:model-value=" @update:model-value="
(value, options) => setPaymentType(data, value, options) (value, options) => setPaymentType(data, value, options)
" "

View File

@ -191,7 +191,6 @@ async function onSubmit(formData) {
option-label="bank" option-label="bank"
:include="{ relation: 'accountingType' }" :include="{ relation: 'accountingType' }"
sort-by="id" sort-by="id"
:limit="0"
@update:model-value=" @update:model-value="
(value, options) => setPaymentType(data, value, options) (value, options) => setPaymentType(data, value, options)
" "