mirror of
https://github.com/maputnik/editor.git
synced 2025-12-26 08:00:01 +00:00
Select default value for renderer
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user