mirror of
https://github.com/maputnik/editor.git
synced 2025-12-28 00:50:00 +00:00
Added initial expression work and UI errors.
This commit is contained in:
@@ -200,6 +200,7 @@ export default class DataProperty extends React.Component {
|
||||
return <div className="maputnik-data-spec-block">
|
||||
<div className="maputnik-data-spec-property">
|
||||
<InputBlock
|
||||
error={this.props.error}
|
||||
doc={this.props.fieldSpec.doc}
|
||||
label={labelFromFieldName(this.props.fieldName)}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user