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'; } 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 {

View File

@@ -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',