Skip to content

Commit

Permalink
Update NLD.ts Number Not Mandatory
Browse files Browse the repository at this point in the history
Update NLD.ts Number Not Mandatory
  • Loading branch information
kaio-donadelli authored Oct 13, 2023
2 parents 618b1bf + a1028f1 commit ea9e13b
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 ea9e13b

Please sign in to comment.