We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc1a02d commit a0b6a5dCopy full SHA for a0b6a5d
1 file changed
WNPRC_EHR/src/client/weight/query/helpers.ts
@@ -55,7 +55,7 @@ export const setupRestraintValues = (values: any[], taskId: string): Array<Restr
55
Id: value.animalid.value,
56
restraintType: value.restraint.value,
57
taskid: taskId,
58
- objectid: value.restraint.objectid,
+ objectid: value.restraint_objectid.value,
59
date: value.date.value
60
})
61
}
0 commit comments