Skip to content

Commit

Permalink
Update projects/ngx-formentry/src/form-entry/value-adapters/obs-adapt…
Browse files Browse the repository at this point in the history
…er-helper.ts

Co-authored-by: Ian <[email protected]>
  • Loading branch information
icrc-loliveira and ibacher authored Feb 22, 2024
1 parent 3e8641a commit e91df05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ export class ObsAdapterHelper {

// Get existing obs
let childrenPayload =
nodeAsGroup?.initialValue?.groupMembers?.map((node) =>
nodeAsGroup.initialValue?.groupMembers?.map((node) =>
this.getOldObsPayload(node)
) || [];

Expand Down

0 comments on commit e91df05

Please sign in to comment.