mirror of
https://github.com/maputnik/editor.git
synced 2025-12-27 08:30:02 +00:00
Added initial expression work and UI errors.
This commit is contained in:
@@ -124,6 +124,7 @@ export default class ZoomProperty extends React.Component {
|
||||
const deleteStopBtn= <DeleteStopButton onClick={this.props.onDeleteStop.bind(this, idx)} />
|
||||
|
||||
return <InputBlock
|
||||
error={this.props.error}
|
||||
key={key}
|
||||
doc={this.props.fieldSpec.doc}
|
||||
label={labelFromFieldName(this.props.fieldName)}
|
||||
|
||||
Reference in New Issue
Block a user