Skip to content

Commit

Permalink
Merge pull request #1137 from ORCID/fix-org-id-validator
Browse files Browse the repository at this point in the history
fix org validation
  • Loading branch information
bobcaprice authored Mar 19, 2024
2 parents a9807d2 + bfd9a17 commit a0d5f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/affiliation/affiliation-update.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
<small
class="form-text text-danger"
*ngIf="
!editForm.get('disambiguatedOrgId')?.errors ||
!this.editForm.get('disambiguatedOrgId')?.hasError('validDisambiguatedOrgId') ||
(editForm.get('disambiguatedOrgId')?.errors)!['required']
"
i18n="@@entity.validation.disambiguatedOrgId.string"
Expand Down

0 comments on commit a0d5f62

Please sign in to comment.