diff --git a/web/client/components/widgets/builder/wizard/text/TextOptions.jsx b/web/client/components/widgets/builder/wizard/text/TextOptions.jsx index cc1dc722fe..fca9d10700 100644 --- a/web/client/components/widgets/builder/wizard/text/TextOptions.jsx +++ b/web/client/components/widgets/builder/wizard/text/TextOptions.jsx @@ -11,7 +11,7 @@ import { Col, Form, FormControl, FormGroup } from "react-bootstrap"; import localizedProps from "../../../../misc/enhancers/localizedProps"; import { htmlToDraftJSEditorState, - draftJSEditorStateToHtml, + draftJSEditorStateToHtml } from "../../../../../utils/EditorUtils"; import withDebounceOnCallback from "../../../../misc/enhancers/withDebounceOnCallback";