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:
parent
6323d7cb0e
commit
0e5d169fc0
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ class ParametersEditor extends React.Component {
|
|||
}
|
||||
}
|
||||
|
||||
ParametersEditor.PropTypes = {
|
||||
ParametersEditor.propTypes = {
|
||||
content: PropTypes.object,
|
||||
onChange: PropTypes.func,
|
||||
disabled: PropTypes.bool
|
||||
|
|
Loading…
Add table
Reference in a new issue