Skip to content

Commit 1cb0228

Browse files
committed
revert path update on FE component
1 parent 5fc076e commit 1cb0228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/templates/Field/ChildrenCompound/ChildrenCompoundField.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ const ChildrenBody = ({
373373
// First index taken by name.
374374
index += 1
375375
const key = `${field.id}+${index}`
376-
const fieldPath = `${schema._id}.child.${currChildBodyIdx}.${index}.${childName}`
376+
const fieldPath = `${schema._id}.child.${currChildBodyIdx}.${index}`
377377
const myInfoValue = getChildAttr(subField)
378378
const childrenSubFieldError = error ? error[index] : undefined
379379

0 commit comments

Comments
 (0)