Skip to content

Commit

Permalink
Update fix for AB#451
Browse files Browse the repository at this point in the history
  • Loading branch information
rechen authored and gingi committed Dec 16, 2022
1 parent aa70a6d commit fc2c12e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
[matMenuTriggerFor]="menu"
matTooltip="{{'os-offer-tile.select-version-button.tooltip' | i18n}}"
title="{{'os-offer-tile.select-version-button.tooltip' | i18n}} ({{prettyName}})">
<i class="fa fa-cog"></i>
<i class="fa fa-cog" aria-hidden="true"></i>
</button>
<mat-menu #menu="matMenu">
<button mat-menu-item *ngFor="let sku of skus;trackBy: trackSku" (click)="onClickSku(sku)">{{sku.name}}</button>
Expand Down

0 comments on commit fc2c12e

Please sign in to comment.