Skip to content

Commit

Permalink
Merge pull request #1178 from ORCID/restore-validation-error-message
Browse files Browse the repository at this point in the history
restore validation error message
  • Loading branch information
bobcaprice authored May 7, 2024
2 parents afb10e1 + 0a5f21d commit 93a9189
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ <h2 class="wide-text font-size-24">Public details</h2>
<div *ngIf="editForm.get('publicName')?.invalid">
<small
class="wide-text font-size-12 form-text text-danger"
*ngIf="(editForm.get('publicName')?.errors)!['requred']"
*ngIf="(editForm.get('publicName')?.errors)!['required']"
>
Public organization name cannot be empty
</small>
Expand Down

0 comments on commit 93a9189

Please sign in to comment.