Add propTypes validation for getConfig

This commit is contained in:
shockey
2017-06-06 22:39:46 -07:00
committed by GitHub
parent 2d0c660d9f
commit 4f7e75f443

View File

@@ -6,7 +6,8 @@ export default class Models extends Component {
getComponent: PropTypes.func, getComponent: PropTypes.func,
specSelectors: PropTypes.object, specSelectors: PropTypes.object,
layoutSelectors: PropTypes.object, layoutSelectors: PropTypes.object,
layoutActions: PropTypes.object layoutActions: PropTypes.object,
getConfigs: PropTypes.func.isRequired
} }
render(){ render(){