Skip to content

Commit

Permalink
InputListLOC: get defaults from redux
Browse files Browse the repository at this point in the history
  • Loading branch information
ndushay committed Jun 28, 2019
1 parent 36cb823 commit 2e93768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/editor/property/InputListLOC.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ const mapStateToProps = (state, ownProps) => {
const propertyURI = reduxPath[reduxPath.length - 1]
const displayValidations = getDisplayValidations(state)
const propertyTemplate = getPropertyTemplate(state, resourceTemplateId, propertyURI)
const defaults = defaultValuesFromPropertyTemplate(this.props.propertyTemplate)
const defaults = defaultValuesFromPropertyTemplate(propertyTemplate)
const lookupConfig = getLookupConfigItems(propertyTemplate)

return {
Expand Down

0 comments on commit 2e93768

Please sign in to comment.