Fix lint issues, incorrect selector copied from local code.

This commit is contained in:
Mark H. Wood
2022-09-02 12:04:01 -04:00
parent 9f609a2966
commit 1f1b04e88f
4 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ import {
} from 'src/app/shared/dso-selector/modal-wrappers/create-item-parent-selector/create-item-parent-selector.component';
@Component({
selector: 'ulib-create-item-parent-selector',
selector: 'ds-create-item-parent-selector',
templateUrl: './create-item-parent-selector.component.html',
})
export class CreateItemParentSelectorComponent extends BaseComponent {

View File

@@ -1,11 +1,11 @@
import { Component } from '@angular/core';
import {
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({
selector: 'ds-edit-collection-selector',
templateUrl: '../dso-selector-modal-wrapper.component.html',
})
export class EditCollectionSelectorComponent extends BaseComponent {
}
}

View File

@@ -8,4 +8,4 @@ import {
templateUrl: '../dso-selector-modal-wrapper.component.html',
})
export class EditCommunitySelectorComponent extends BaseComponent {
}
}

View File

@@ -8,4 +8,4 @@ import {
templateUrl: '../dso-selector-modal-wrapper.component.html',
})
export class EditItemSelectorComponent extends BaseComponent {
}
}