Skip to content

Commit

Permalink
Merge pull request #3165 from LibreSign/fix/remove-mandatory-value-fr…
Browse files Browse the repository at this point in the history
…om-optional-list

chore: Remove mandatory value from optional list
  • Loading branch information
vitormattos authored Jun 18, 2024
2 parents ae4586b + f831bc0 commit d03c27d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/helpers/certification.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@ export const options = [
value: '',
helperText: t('libresign', 'Two-letter ISO 3166 country code'),
},
{
id: 'CN',
label: 'Name',
min: 1,
value: '',
helperText: t('libresign', 'Name (CN)'),
},
{
id: 'ST',
label: 'State',
Expand Down

0 comments on commit d03c27d

Please sign in to comment.