diff --git a/assets/js/src/form/fields/textarea.jsx b/assets/js/src/form/fields/textarea.jsx index a04b0cce84..2681daf0a2 100644 --- a/assets/js/src/form/fields/textarea.jsx +++ b/assets/js/src/form/fields/textarea.jsx @@ -1,17 +1,29 @@ import React from 'react'; +import PropTypes from 'prop-types'; -const FormFieldTextarea = () => ( +const FormFieldTextarea = props => (