remove invalid props reference
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user