+
@@ -31,6 +37,11 @@ function ResponseEditor({
ResponseEditor.propTypes = {
postId: PropTypes.string.isRequired,
intl: intlShape.isRequired,
+ addWrappingDiv: PropTypes.bool,
+};
+
+ResponseEditor.defaultProps = {
+ addWrappingDiv: false,
};
export default injectIntl(ResponseEditor);