mirror of
https://github.com/maputnik/editor.git
synced 2025-12-27 00:20:00 +00:00
Fix many React warnings
This commit is contained in:
@@ -76,6 +76,7 @@ export default class SpecField extends React.Component {
|
||||
} else {
|
||||
return <SelectInput
|
||||
{...commonProps}
|
||||
value={this.props.value || this.props.fieldSpec.default}
|
||||
options={options}
|
||||
/>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user