Skip to content

Commit

Permalink
Merge pull request #549 from vtex/fix/nld-country-rules
Browse files Browse the repository at this point in the history
Fix Netherlands country rules
  • Loading branch information
sheilagomes authored Dec 6, 2023
2 parents d81a616 + 5e9689d commit d358836
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Fixed

- Belgium ('BEL') country rules.
- Netherlands ('NDL') country rules.

## [3.34.11] - 2023-10-18

Expand Down
1 change: 0 additions & 1 deletion react/country/NLD.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ const rules: PostalCodeRules = {
label: 'number',
required: false,
size: 'mini',
autoComplete: 'nope',
},
{
name: 'complement',
Expand Down

0 comments on commit d358836

Please sign in to comment.