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
commit 21f4d26b50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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