Warmfix: CreateNewPostcodeForm sync fields and sort selects #867

Merged
jsegarra merged 3 commits from warmfix_createNewPostcodeForm into test 2024-10-24 12:49:06 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 26de0cf72f - Show all commits

View File

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

Limit?

Limit?
:label="t('Country')"
@update:options="handleCountries"