mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-14 17:23:26 +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) {
|
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>
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue