mirror of
https://github.com/maputnik/editor.git
synced 2025-12-25 23:50:02 +00:00
Added initial expression work and UI errors.
This commit is contained in:
@@ -52,6 +52,11 @@ class InputBlock extends React.Component {
|
||||
<div className="maputnik-input-block-content">
|
||||
{this.props.children}
|
||||
</div>
|
||||
{this.props.error &&
|
||||
<div className="maputnik-inline-error">
|
||||
{this.props.error.message}
|
||||
</div>
|
||||
}
|
||||
</div>
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user