[CST-4510] Fix LGTM issue

This commit is contained in:
Giuseppe Digilio
2021-10-14 15:44:59 +02:00
parent f20776fb8f
commit d08807544f

View File

@@ -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<Collection> imp
/**
* The dynamic form fields used for creating/editing a collection
* @type {(DynamicInputModel | DynamicTextAreaModel)[]}
* @type {DynamicFormControlModel[]}
*/
formModel: DynamicFormControlModel[];