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
|
||||
url="Countries"
|
||||
:limit="30"
|
||||
:sort-by="['name ASC']"
|
||||
:label="t('Country')"
|
||||
@update:options="handleCountries"
|
||||
|
|
Loading…
Reference in New Issue