@groovymedia/easy-email-extensions 4.14.7 → 4.14.8

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/lib/index2.js CHANGED
@@ -35051,6 +35051,8 @@ const HtmlEditor = (props) => {
35051
35051
  variation: "strong",
35052
35052
  size: "large"
35053
35053
  }, t("Html")), /* @__PURE__ */ React__default.createElement(Stack$4, null, /* @__PURE__ */ React__default.createElement(Button$4, {
35054
+ onClick: onClose
35055
+ }, t("Cancel")), /* @__PURE__ */ React__default.createElement(Button$4, {
35054
35056
  type: "primary",
35055
35057
  onClick: onSave
35056
35058
  }, t("Save")))),