mirror of
https://github.com/maputnik/editor.git
synced 2025-12-06 14:20:02 +00:00
Add underscore to label
This commit is contained in:
@@ -22,7 +22,7 @@ function renderProperties(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'}} />
|
||||
</InputBlock>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user