Skip to content

Commit

Permalink
Merge pull request DSpace#2852 from DSpace/backport-2851-to-dspace-7_x
Browse files Browse the repository at this point in the history
[Port dspace-7_x] fix selector value in CommunitySidebarSearchListElementComponent
  • Loading branch information
tdonohue authored Mar 5, 2024
2 parents 203b0bb + 77f3b97 commit 2178e0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { Community } from '../../../../core/shared/community.model';
@listableObjectComponent(CommunitySearchResult, ViewMode.ListElement, Context.SideBarSearchModal)
@listableObjectComponent(CommunitySearchResult, ViewMode.ListElement, Context.SideBarSearchModalCurrent)
@Component({
selector: 'ds-collection-sidebar-search-list-element',
selector: 'ds-community-sidebar-search-list-element',
templateUrl: '../sidebar-search-list-element.component.html'
})
/**
Expand Down

0 comments on commit 2178e0e

Please sign in to comment.