forked from verdnatura/salix-front
perf: remove limit
This commit is contained in:
parent
70dcadc57d
commit
26de0cf72f
|
@ -214,7 +214,6 @@ async function handleCountries(data) {
|
||||||
/>
|
/>
|
||||||
<VnSelect
|
<VnSelect
|
||||||
url="Countries"
|
url="Countries"
|
||||||
:limit="30"
|
|
||||||
:sort-by="['name ASC']"
|
:sort-by="['name ASC']"
|
||||||
:label="t('Country')"
|
:label="t('Country')"
|
||||||
@update:options="handleCountries"
|
@update:options="handleCountries"
|
||||||
|
|
Loading…
Reference in New Issue