Skip to content

Commit

Permalink
[ACS-8557] search page facet not able to apply filter
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekpluta committed Aug 7, 2024
1 parent d38e782 commit 5e99dad
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<mat-option
*ngFor="let option of filteredOptions"
[value]="option"
(mousedown)=$event.preventDefault()
[disabled]="isOptionSelected(option)"
[attr.data-automation-id]="'option-' + option.value"
[title]="option.fullPath ? ('SEARCH.RESULTS.WILL_CONTAIN' | translate : { searchTerm: option.fullPath || option.value }) : undefined"
Expand Down

0 comments on commit 5e99dad

Please sign in to comment.