diff --git a/front/app/src/common/crud/types/array.type.ts b/front/app/src/common/crud/types/array.type.ts index 7634b705..9777b951 100644 --- a/front/app/src/common/crud/types/array.type.ts +++ b/front/app/src/common/crud/types/array.type.ts @@ -1,36 +1,51 @@ -import { Component } from '@angular/core'; +import {Component, OnInit} from '@angular/core'; import { FieldArrayType } from '@ngx-formly/core'; @Component({ selector: 'formly-array-type', template: ` -
{{ props.description }}
-