Skip to content

Commit

Permalink
fix org validation
Browse files Browse the repository at this point in the history
  • Loading branch information
auumgn committed Mar 19, 2024
1 parent 3d204ee commit bfd9a17
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 @@ -221,7 +221,7 @@
<small
class="form-text text-danger"
*ngIf="
!editForm.get('disambiguatedOrgId')?.errors ||
!this.editForm.get('disambiguatedOrgId')?.hasError('validDisambiguatedOrgId') ||
(editForm.get('disambiguatedOrgId')?.errors)!['required']
"
jhiTranslate="entity.validation.disambiguatedOrgId.string"
Expand Down

0 comments on commit bfd9a17

Please sign in to comment.