From c57f65674b52f80dba1324e31e220087f4d92de1 Mon Sep 17 00:00:00 2001 From: gaspar-dev Date: Thu, 28 Nov 2024 16:52:04 +0300 Subject: [PATCH] Added support to ensure field type input is taken on dose and duration --- .../app/shared/modules/form/components/field/field.component.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/ui/src/app/shared/modules/form/components/field/field.component.ts b/ui/src/app/shared/modules/form/components/field/field.component.ts index 422b93181..59fa3784c 100644 --- a/ui/src/app/shared/modules/form/components/field/field.component.ts +++ b/ui/src/app/shared/modules/form/components/field/field.component.ts @@ -51,8 +51,6 @@ export class FieldComponent implements AfterViewInit { @Output() fileFieldUpdate: EventEmitter = new EventEmitter(); ngAfterViewInit() { - - console.log("field?.key .....",this.field); if (typeof this.field?.value === "object") { this.value = this.field?.value && (this.field?.value as any)?.length > 0