Skip to content

Commit 7000035

Browse files
Fixed duplicate selectors throwing warnings
1 parent 7bf0983 commit 7000035

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/shared/dso-selector/modal-wrappers/export-batch-selector/export-batch-selector.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import { FeatureID } from '../../../../core/data/feature-authorization/feature-i
2626
* Used to choose a dso from to export metadata of
2727
*/
2828
@Component({
29-
selector: 'ds-export-metadata-selector',
29+
selector: 'ds-export-batch-selector',
3030
templateUrl: '../dso-selector-modal-wrapper.component.html',
3131
})
3232
export class ExportBatchSelectorComponent extends DSOSelectorModalWrapperComponent implements OnInit {

src/app/shared/object-list/sidebar-search-list-element/community/community-sidebar-search-list-element.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { Community } from '../../../../core/shared/community.model';
99
@listableObjectComponent(CommunitySearchResult, ViewMode.ListElement, Context.SideBarSearchModal)
1010
@listableObjectComponent(CommunitySearchResult, ViewMode.ListElement, Context.SideBarSearchModalCurrent)
1111
@Component({
12-
selector: 'ds-collection-sidebar-search-list-element',
12+
selector: 'ds-community-sidebar-search-list-element',
1313
templateUrl: '../sidebar-search-list-element.component.html'
1414
})
1515
/**

0 commit comments

Comments
 (0)