Skip to content

Commit

Permalink
Merged in DSC-1058 (pull request DSpace#610)
Browse files Browse the repository at this point in the history
[DSC-1058] show filter labels on filter select

Approved-by: Giuseppe Digilio
  • Loading branch information
alisaismailati authored and atarix83 committed Oct 12, 2023
2 parents 9b84e0e + 6ceb4e1 commit fcbc5e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/shared/search/search.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@
<ng-content select="[additionalSearchFormOptions]"></ng-content>
<ds-item-export-modal-launcher [searchOptions$]="searchOptions$" *ngIf="showExport"></ds-item-export-modal-launcher>
</div>
<div class="row mb-3 mb-md-1">
<div class="row my-3 my-md-1">
<div class="labels col-sm-9">
<ds-search-labels *ngIf="searchEnabled" [inPlaceSearch]="inPlaceSearch"></ds-search-labels>
<ds-search-labels [inPlaceSearch]="inPlaceSearch"></ds-search-labels>
</div>
</div>
</ng-template>

0 comments on commit fcbc5e8

Please sign in to comment.