mirror of
https://github.com/maputnik/editor.git
synced 2026-06-22 15:17:29 +00:00
Add underscore to label
This commit is contained in:
@@ -22,7 +22,7 @@ function renderProperties(feature) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function renderFeatureId(feature) {
|
function renderFeatureId(feature) {
|
||||||
return <InputBlock key={"feature-id"} label={"feature id"}>
|
return <InputBlock key={"feature-id"} label={"feature_id"}>
|
||||||
<StringInput value={displayValue(feature.id)} style={{backgroundColor: 'transparent'}} />
|
<StringInput value={displayValue(feature.id)} style={{backgroundColor: 'transparent'}} />
|
||||||
</InputBlock>
|
</InputBlock>
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user