Skip to content

Commit

Permalink
🤖 GITHUB ACTIONS format_prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
amontenegro committed Apr 8, 2024
1 parent c684c2b commit d4a9fef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export class FormPersonalComponent extends BaseForm implements OnInit {
Validators.required,
OrcidValidators.illegalName,
Validators.maxLength(MAX_LENGTH_LESS_THAN_ONE_HUNDRED),
],
],
}),
familyNames: new UntypedFormControl('', {
validators: [
Expand Down

0 comments on commit d4a9fef

Please sign in to comment.