Add underscore to label

This commit is contained in:
pathmapper 2020-04-18 11:43:52 +02:00
parent 0433d66f45
commit 4517148e5a

View file

@ -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>
}