diff --git a/webapp/src/components/propertyValueElement.tsx b/webapp/src/components/propertyValueElement.tsx index d3a83fa74..2f32e93d3 100644 --- a/webapp/src/components/propertyValueElement.tsx +++ b/webapp/src/components/propertyValueElement.tsx @@ -94,7 +94,7 @@ export default class PropertyValueElement extends React.Component ) } - if (propertyTemplate.type === 'text' || propertyTemplate.type === 'number') { + if (propertyTemplate.type === 'text' || propertyTemplate.type === 'number' || propertyTemplate.type === 'email') { if (!readOnly) { return ( { name='Number' onClick={() => this.props.onTypeChanged('number')} /> + this.props.onTypeChanged('email')} + />