mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 13:27:45 +01:00
Use StringInput for 'formatted' field type
This commit is contained in:
parent
98ded98583
commit
4c2941e9b6
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ export default class SpecField extends React.Component {
|
|||
options={options}
|
||||
/>
|
||||
}
|
||||
case 'formatted':
|
||||
case 'string':
|
||||
if(iconProperties.indexOf(this.props.fieldName) >= 0) {
|
||||
return <IconInput
|
||||
|
|
Loading…
Reference in a new issue