Skip to content

Commit

Permalink
Fix os-list filter bar slot (#3049)
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianjoel authored Nov 24, 2023
1 parent 5d14356 commit c87f668
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@
[addBottomSpacer]="addBottomSpacer"
(selectedRowsChange)="selectedRowsChange.emit($event)"
(searchFilterUpdated)="searchFilterUpdated.emit($event)"
></os-view-list>
>
<div class="filter-bar-info-slot">
<ng-content select=".filter-bar-info-slot"></ng-content>
</div>
</os-view-list>

<ng-template #content>
<ng-content></ng-content>
Expand Down

0 comments on commit c87f668

Please sign in to comment.