mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Fix lint issues, incorrect selector copied from local code.
This commit is contained in:
@@ -4,7 +4,7 @@ import {
|
|||||||
} from 'src/app/shared/dso-selector/modal-wrappers/create-item-parent-selector/create-item-parent-selector.component';
|
} from 'src/app/shared/dso-selector/modal-wrappers/create-item-parent-selector/create-item-parent-selector.component';
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'ulib-create-item-parent-selector',
|
selector: 'ds-create-item-parent-selector',
|
||||||
templateUrl: './create-item-parent-selector.component.html',
|
templateUrl: './create-item-parent-selector.component.html',
|
||||||
})
|
})
|
||||||
export class CreateItemParentSelectorComponent extends BaseComponent {
|
export class CreateItemParentSelectorComponent extends BaseComponent {
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
import { Component } from '@angular/core';
|
import { Component } from '@angular/core';
|
||||||
import {
|
import {
|
||||||
EditCollectionSelectorComponent as BaseComponent
|
EditCollectionSelectorComponent as BaseComponent
|
||||||
} from 'src/app/shared/dso-selector/modal-wrappers/edit-collection-selector/edit-collection-selector.component'
|
} from 'src/app/shared/dso-selector/modal-wrappers/edit-collection-selector/edit-collection-selector.component';
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'ds-edit-collection-selector',
|
selector: 'ds-edit-collection-selector',
|
||||||
|
Reference in New Issue
Block a user