Use new <Textarea> component in form/fields/textarea
[MAILPOET-2787]
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import React from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import Textarea from 'common/form/textarea/textarea';
|
||||
|
||||
const FormFieldTextarea = (props) => (
|
||||
<textarea
|
||||
<Textarea
|
||||
type="text"
|
||||
className="regular-text"
|
||||
name={props.field.name}
|
||||
id={`field_${props.field.name}`}
|
||||
value={props.item[props.field.name]}
|
||||
|
Reference in New Issue
Block a user