mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-26 19:00:39 +01:00
Add underscore to label
This commit is contained in:
parent
0433d66f45
commit
4517148e5a
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue