Select default value for renderer

This commit is contained in:
Lukas Martinelli
2016-12-22 16:54:13 +01:00
parent b874d9864d
commit bc30327299
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ import input from '../../config/input.js'
class StringInput extends React.Component {
static propTypes = {
value: React.PropTypes.string.isRequired,
value: React.PropTypes.string,
style: React.PropTypes.object,
onChange: React.PropTypes.func.isRequired,
}