mirror of
https://github.com/maputnik/editor.git
synced 2025-12-30 18:10:01 +00:00
Fixed lint errors
This commit is contained in:
@@ -48,6 +48,7 @@ export default class DataProperty extends React.Component {
|
||||
PropTypes.bool,
|
||||
PropTypes.array
|
||||
]),
|
||||
error: PropTypes.object,
|
||||
}
|
||||
|
||||
state = {
|
||||
@@ -202,7 +203,6 @@ export default class DataProperty extends React.Component {
|
||||
<InputBlock
|
||||
error={this.props.error}
|
||||
fieldSpec={this.props.fieldSpec}
|
||||
fieldSpec={this.props.fieldSpec}
|
||||
label={labelFromFieldName(this.props.fieldName)}
|
||||
>
|
||||
<div className="maputnik-data-spec-property-group">
|
||||
|
||||
Reference in New Issue
Block a user