Skip to content

Commit

Permalink
Merge pull request #1862 from ksprabin/EMBCESSMOD-4764
Browse files Browse the repository at this point in the history
EMBCESSMOD-4764
  • Loading branch information
KyleKayfish authored Jan 31, 2024
2 parents e31dcee + edebd92 commit 2be3b69
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
</div>
</div>
<div class="row align-items-center">
<div class="col-md-4">
<div class="col-md-8">
<mat-form-field appearance="outline">
<input
formControlName="paperSupportNumber"
Expand Down Expand Up @@ -153,7 +153,9 @@
)
"
>
Paper Referral Number already exists</mat-error
Paper Referral Number already exists for the same Support type: {{
stepSupportsService?.supportTypeToAdd?.description
}}</mat-error
>
</mat-form-field>
</div>
Expand Down

0 comments on commit 2be3b69

Please sign in to comment.