0
0
Fork 0

perf: remove limit

This commit is contained in:
Javier Segarra 2024-10-24 12:39:49 +00:00
parent 70dcadc57d
commit 26de0cf72f
1 changed files with 0 additions and 1 deletions

View File

@ -214,7 +214,6 @@ async function handleCountries(data) {
/>
<VnSelect
url="Countries"
:limit="30"
:sort-by="['name ASC']"
:label="t('Country')"
@update:options="handleCountries"