fix: Use geoFk for ZoneDeliveryPanel #819

Merged
jsegarra merged 2 commits from hotfix_zoneDeliveryPanel into master 2024-10-10 08:33:59 +00:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit e58818e891 - Show all commits

View File

@ -94,9 +94,10 @@ watch(
url="Postcodes/location"
:fields="['geoFk', 'code', 'townFk', 'countryFk']"
sort-by="code, townFk"
option-value="code"
option-value="geoFk"
option-label="code"
option-filter="code"
option-filter-value="code"
hide-selected
dense
outlined