remove invalid props reference

This commit is contained in:
2022-10-04 13:41:23 +01:00
parent b042fe7d0b
commit 71a2ef5b73
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -340,7 +340,7 @@ let BuildSection = (props) => {
onClick={() => {
getErrors();
let valuesObj = _.has(
props1.props.form[props1.form],
props.props.form[props.form],
"values"
)
? props.props.form[props.form].values