Skip to content

Commit

Permalink
Add error display for rde
Browse files Browse the repository at this point in the history
  • Loading branch information
kantush committed Oct 2, 2023
1 parent e7f0e4a commit dd5c7ce
Showing 1 changed file with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,11 +165,14 @@ <h3 *ngIf="confirmingCancelVisit || confirmingEndVisit">
>
</div>
<div
class="alert alert-danger"
*ngIf="isAdultReturnVisitBeforeInitialVisit"
style="margin-top: 10px"
class="alert alert-danger"
*ngIf="isAdultReturnVisitBeforeInitialVisit"
style="margin-top: 10px"
>
<strong>Oops! You cannot schedule an Adult return visit for a date that comes before the initial visit</strong>
<strong
>Oops! You cannot schedule an Adult return visit for a date that comes
before the initial visit</strong
>
</div>
</div>
</div>
Expand Down

0 comments on commit dd5c7ce

Please sign in to comment.