easy-email-pro-theme 1.26.0 → 1.26.1

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.
Files changed (2) hide show
  1. package/lib/index.js +1 -1
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -1130,7 +1130,7 @@ const EditorContextProvider = (props) => {
1130
1130
  );
1131
1131
  }, [attributesVariables, pageElement]);
1132
1132
  const adapterNonPageValues = useMemo$1(() => {
1133
- const map = __spreadValues({}, values2);
1133
+ const map = __spreadValues({}, omit$2(values2, "0"));
1134
1134
  const initData = initialValuesRef.current;
1135
1135
  Object.keys(initData).forEach((key2) => {
1136
1136
  if (key2 === "content")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easy-email-pro-theme",
3
- "version": "1.26.0",
3
+ "version": "1.26.1",
4
4
  "description": "",
5
5
  "files": [
6
6
  "lib"