Skip to content

Commit

Permalink
fix: get country validation
Browse files Browse the repository at this point in the history
  • Loading branch information
fterra-encora committed Oct 5, 2023
1 parent 3f31ede commit b306d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/grouping/AddressGroupComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ onMounted(() => {
tip=""
:enabled="true"
:model-value="countryList"
:validations="[...getValidations('location.addresses.country.text'),submissionValidation(`location.addresses[${id}].country`)]"
:validations="[...getValidations('location.addresses.*.country.text'),submissionValidation(`location.addresses[${id}].country`)]"
:error-message="addressError"
@update:selected-value="updateStateProvince($event, 'country')"
@update:model-value="resetProvinceOnChange"
Expand Down

0 comments on commit b306d51

Please sign in to comment.