mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
[CST-4510] Fix LGTM issue
This commit is contained in:
@@ -6,9 +6,7 @@ import {
|
|||||||
DynamicFormControlModel,
|
DynamicFormControlModel,
|
||||||
DynamicFormOptionConfig,
|
DynamicFormOptionConfig,
|
||||||
DynamicFormService,
|
DynamicFormService,
|
||||||
DynamicInputModel,
|
DynamicSelectModel
|
||||||
DynamicSelectModel,
|
|
||||||
DynamicTextAreaModel
|
|
||||||
} from '@ng-dynamic-forms/core';
|
} from '@ng-dynamic-forms/core';
|
||||||
|
|
||||||
import { Collection } from '../../core/shared/collection.model';
|
import { Collection } from '../../core/shared/collection.model';
|
||||||
@@ -52,7 +50,7 @@ export class CollectionFormComponent extends ComColFormComponent<Collection> imp
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* The dynamic form fields used for creating/editing a collection
|
* The dynamic form fields used for creating/editing a collection
|
||||||
* @type {(DynamicInputModel | DynamicTextAreaModel)[]}
|
* @type {DynamicFormControlModel[]}
|
||||||
*/
|
*/
|
||||||
formModel: DynamicFormControlModel[];
|
formModel: DynamicFormControlModel[];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user