mirror of
https://github.com/maputnik/editor.git
synced 2026-01-04 04:20:01 +00:00
Prevent warning for ColorField
This commit is contained in:
@@ -91,7 +91,7 @@ class ColorField extends React.Component {
|
||||
</div>
|
||||
|
||||
var swatchStyle = {
|
||||
"background-color": this.props.value
|
||||
backgroundColor: this.props.value
|
||||
};
|
||||
|
||||
return <div className="maputnik-color-wrapper">
|
||||
|
||||
Reference in New Issue
Block a user