@bigbinary/neeto-thank-you-frontend 1.0.4 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -13609,9 +13609,9 @@ var Customize = function Customize(_ref) {
|
|
|
13609
13609
|
isFetching = _useShowThankYouConfi.isFetching;
|
|
13610
13610
|
React.useEffect(function () {
|
|
13611
13611
|
if (!isFetching) {
|
|
13612
|
-
var _editorRef$current;
|
|
13612
|
+
var _editorRef$current$ed;
|
|
13613
13613
|
setFieldValue("message", thankYouConfiguration.message);
|
|
13614
|
-
(_editorRef$current = editorRef.current) === null || _editorRef$current === void 0 ? void 0 : _editorRef$current.
|
|
13614
|
+
(_editorRef$current$ed = editorRef.current.editor) === null || _editorRef$current$ed === void 0 ? void 0 : _editorRef$current$ed.commands.setContent(thankYouConfiguration.message);
|
|
13615
13615
|
}
|
|
13616
13616
|
}, [isFetching]);
|
|
13617
13617
|
var handleResubmitLinkChange = function handleResubmitLinkChange(event) {
|