Skip to content

Commit

Permalink
Update NLD.ts Number Not Mandatory
Browse files Browse the repository at this point in the history
  • Loading branch information
lrodriguess authored Oct 12, 2023
1 parent 618b1bf commit a1028f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/country/NLD.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const rules: PostalCodeRules = {
name: 'number',
maxLength: 750,
label: 'number',
required: true,
required: false,
size: 'mini',
autoComplete: 'nope',
},
Expand Down

0 comments on commit a1028f1

Please sign in to comment.