1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-09 00:00:01 +01:00

fix invalid property name in parameters-editor

This commit is contained in:
Steffen Vogel 2018-11-21 13:14:43 +02:00
parent 6323d7cb0e
commit 0e5d169fc0

View file

@ -68,7 +68,7 @@ class ParametersEditor extends React.Component {
}
}
ParametersEditor.PropTypes = {
ParametersEditor.propTypes = {
content: PropTypes.object,
onChange: PropTypes.func,
disabled: PropTypes.bool