diff --git a/front/app/src/common/crud/types/array.type.ts b/front/app/src/common/crud/types/array.type.ts
index b94511b1..c7e86937 100644
--- a/front/app/src/common/crud/types/array.type.ts
+++ b/front/app/src/common/crud/types/array.type.ts
@@ -2,36 +2,44 @@ import {Component, OnInit} from '@angular/core';
import { FieldArrayType } from '@ngx-formly/core';
@Component({
- selector: 'formly-array-type',
- template: `
-
-
-
{{ props.description }}
-
-
-
-
-
-
-
-
-
- `,
+ `,
})
export class ArrayTypeComponent extends FieldArrayType implements OnInit {
colSm: string = "col-sm-6"
diff --git a/front/app/src/common/crud/types/dictionary.type.ts b/front/app/src/common/crud/types/dictionary.type.ts
index 9b49bcec..f64873f3 100644
--- a/front/app/src/common/crud/types/dictionary.type.ts
+++ b/front/app/src/common/crud/types/dictionary.type.ts
@@ -10,7 +10,7 @@ import {FormlyJsonschema} from "@ngx-formly/core/json-schema";
template: `
-
+