@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.js CHANGED
@@ -13577,9 +13577,9 @@ var Customize = function Customize(_ref) {
13577
13577
  isFetching = _useShowThankYouConfi.isFetching;
13578
13578
  useEffect(function () {
13579
13579
  if (!isFetching) {
13580
- var _editorRef$current;
13580
+ var _editorRef$current$ed;
13581
13581
  setFieldValue("message", thankYouConfiguration.message);
13582
- (_editorRef$current = editorRef.current) === null || _editorRef$current === void 0 ? void 0 : _editorRef$current.editor.commands.setContent(thankYouConfiguration.message);
13582
+ (_editorRef$current$ed = editorRef.current.editor) === null || _editorRef$current$ed === void 0 ? void 0 : _editorRef$current$ed.commands.setContent(thankYouConfiguration.message);
13583
13583
  }
13584
13584
  }, [isFetching]);
13585
13585
  var handleResubmitLinkChange = function handleResubmitLinkChange(event) {