Use StringInput for 'formatted' field type

This commit is contained in:
Alexander Clausen
2019-01-05 22:38:58 +01:00
parent 98ded98583
commit 4c2941e9b6
+1
View File
@@ -81,6 +81,7 @@ export default class SpecField extends React.Component {
options={options} options={options}
/> />
} }
case 'formatted':
case 'string': case 'string':
if(iconProperties.indexOf(this.props.fieldName) >= 0) { if(iconProperties.indexOf(this.props.fieldName) >= 0) {
return <IconInput return <IconInput