mirror of
https://github.com/maputnik/editor.git
synced 2025-12-27 08:30:02 +00:00
Duplicate layer ids now show errors inline.
This commit is contained in:
@@ -15,6 +15,7 @@ class LayerIdBlock extends React.Component {
|
||||
render() {
|
||||
return <InputBlock label={"ID"} fieldSpec={latest.layer.id}
|
||||
data-wd-key={this.props.wdKey}
|
||||
error={this.props.error}
|
||||
>
|
||||
<StringInput
|
||||
value={this.props.value}
|
||||
|
||||
Reference in New Issue
Block a user