diff --git a/src/app/collection-page/collection-form/collection-form.component.ts b/src/app/collection-page/collection-form/collection-form.component.ts index a802a7bdc1..7835ccc8e5 100644 --- a/src/app/collection-page/collection-form/collection-form.component.ts +++ b/src/app/collection-page/collection-form/collection-form.component.ts @@ -6,9 +6,7 @@ import { DynamicFormControlModel, DynamicFormOptionConfig, DynamicFormService, - DynamicInputModel, - DynamicSelectModel, - DynamicTextAreaModel + DynamicSelectModel } from '@ng-dynamic-forms/core'; import { Collection } from '../../core/shared/collection.model'; @@ -52,7 +50,7 @@ export class CollectionFormComponent extends ComColFormComponent imp /** * The dynamic form fields used for creating/editing a collection - * @type {(DynamicInputModel | DynamicTextAreaModel)[]} + * @type {DynamicFormControlModel[]} */ formModel: DynamicFormControlModel[];