Skip to content

Commit

Permalink
fix: display errors
Browse files Browse the repository at this point in the history
  • Loading branch information
fgiesske-intershop committed Oct 16, 2024
1 parent c02dfbc commit 370b6a8
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<!-- Error message -->
<ish-error-message [error]="wishlistError$ | async" />

<div *ngIf="wishlist$ | async as wishlist" class="col-9" data-testing-id="shared-wishlist">
<h1>{{ wishlist.title }}</h1>

Expand Down

0 comments on commit 370b6a8

Please sign in to comment.