fix: remove limit
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Javier Segarra 2024-10-01 10:04:56 +02:00
parent 30767b110f
commit 8fa82c818d
1 changed files with 0 additions and 1 deletions

View File

@ -131,7 +131,6 @@ async function handleCountries(data) {
<FetchData <FetchData
ref="townsFetchDataRef" ref="townsFetchDataRef"
@on-fetch="handleTowns" @on-fetch="handleTowns"
:limit="30"
auto-load auto-load
url="Towns/location" url="Towns/location"
/> />