Merge pull request #482 from sk1p/type-formatted-hotfix

Use StringInput for 'formatted' field type
This commit is contained in:
pathmapper
2019-02-11 12:50:38 +01:00
committed by GitHub

View File

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