mirror of
https://github.com/maputnik/editor.git
synced 2025-12-25 15:40:00 +00:00
Update sources if they change
This commit is contained in:
@@ -45,7 +45,6 @@ export default class SpecField extends React.Component {
|
||||
name: this.props.fieldName,
|
||||
onChange: newValue => this.props.onChange(this.props.fieldName, newValue)
|
||||
}
|
||||
console.log(this.props.fieldName, this.props.fieldSpec.type)
|
||||
switch(this.props.fieldSpec.type) {
|
||||
case 'number': return (
|
||||
<NumberInput
|
||||
|
||||
Reference in New Issue
Block a user