Skip to content

Commit

Permalink
Merge pull request #491 from udsm-dhis2-lab/hotfix/gepgerrorhandling
Browse files Browse the repository at this point in the history
Added support to ensure field type input is taken on dose and duration
  • Loading branch information
iamgaspardev authored Nov 28, 2024
2 parents 2bc1042 + c57f656 commit d171de1
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ export class FieldComponent implements AfterViewInit {
@Output() fileFieldUpdate: EventEmitter<any> = new EventEmitter<any>();

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
Expand Down

0 comments on commit d171de1

Please sign in to comment.