mirror of
https://github.com/maputnik/editor.git
synced 2026-03-05 09:50:00 +00:00
Bring back title
This commit is contained in:
@@ -316,6 +316,7 @@ export default class DataProperty extends React.Component<DataPropertyProps, Dat
|
||||
<div className="maputnik-data-spec-property-input">
|
||||
<InputString
|
||||
value={this.props.value?.property}
|
||||
title={"Input a data property to base styles off of."}
|
||||
onChange={propVal => this.changeDataProperty("property", propVal)}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user