Skip to content

Commit

Permalink
Merge branch 'w2p-108595_multiline-search-filter-badge' into multilin…
Browse files Browse the repository at this point in the history
…e-search-filter-badge_main
  • Loading branch information
LotteHofstede committed Nov 30, 2023
2 parents 40c13e6 + a026c65 commit b11fa60
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="labels">
<ng-container *ngFor="let key of ((appliedFilters | async) | dsObjectKeys); let lastType = last">
<ds-search-label *ngFor="let value of (appliedFilters | async)[key]; let lastOfType = last" [inPlaceSearch]="inPlaceSearch" [key]="key" [value]="value" [appliedFilters]="appliedFilters"></ds-search-label>
<ng-container *ngFor="let key of ((appliedFilters | async) | dsObjectKeys)">
<ds-search-label *ngFor="let value of (appliedFilters | async)[key]" [inPlaceSearch]="inPlaceSearch" [key]="key" [value]="value" [appliedFilters]="appliedFilters"></ds-search-label>
</ng-container>
</div>

0 comments on commit b11fa60

Please sign in to comment.