Skip to content

Commit

Permalink
Merge pull request #2851 from saschaszott/patch-19
Browse files Browse the repository at this point in the history
fix selector value in CommunitySidebarSearchListElementComponent
  • Loading branch information
tdonohue authored Mar 5, 2024
2 parents 761b0c2 + ad3ef56 commit 230055c
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 230055c

Please sign in to comment.