Skip to content

Commit cd3e34d

Browse files
committed
delete unsused rootFieldAttrs param
1 parent f0486e1 commit cd3e34d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ function updateField(field, requiredFields, node, formValues, logic, config) {
282282
conditionBranch: node,
283283
formValues,
284284
});
285-
updateAttributes(newAttributes, rootFieldAttrs);
285+
updateAttributes(newAttributes);
286286
removeConditionalStaleAttributes(field, newAttributes, rootFieldAttrs);
287287
}
288288

0 commit comments

Comments
 (0)