From d08807544fea352ea0c03c612feae15244e8c865 Mon Sep 17 00:00:00 2001 From: Giuseppe Digilio Date: Thu, 14 Oct 2021 15:44:59 +0200 Subject: [PATCH] [CST-4510] Fix LGTM issue --- .../collection-form/collection-form.component.ts | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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[];