diff --git a/dmp-frontend/src/app/ui/description/editor/description-form/components/form-field/form-field.component.ts b/dmp-frontend/src/app/ui/description/editor/description-form/components/form-field/form-field.component.ts index ed6fa7e6e..4c2e01e1d 100644 --- a/dmp-frontend/src/app/ui/description/editor/description-form/components/form-field/form-field.component.ts +++ b/dmp-frontend/src/app/ui/description/editor/description-form/components/form-field/form-field.component.ts @@ -32,6 +32,7 @@ import { DescriptionFormService } from '../services/description-form.service'; selector: 'app-description-form-field', templateUrl: './form-field.component.html', styleUrls: ['./form-field.component.scss'], + providers: [DescriptionFormService], changeDetection: ChangeDetectionStrategy.OnPush }) export class DescriptionFormFieldComponent extends BaseComponent implements OnInit {