Skip to content

Commit

Permalink
fix selector value in CommunitySidebarSearchListElementComponent
Browse files Browse the repository at this point in the history
  • Loading branch information
saschaszott authored Mar 5, 2024
1 parent 761b0c2 commit ad3ef56
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 ad3ef56

Please sign in to comment.