Skip to content

Commit

Permalink
Made Number field not required for NLD customers.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaio-donadelli committed Oct 13, 2023
1 parent 963dd13 commit 99a1c63
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Fixed

- Made Number field not required for NLD customers.

## [4.22.5] - 2023-10-11

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion react/country/NLD.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default {
name: 'number',
maxLength: 750,
label: 'number',
required: true,
required: false,
size: 'mini',
autoComplete: 'nope',
},
Expand Down

0 comments on commit 99a1c63

Please sign in to comment.