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.
- package/lib/index.js +1 -1
- 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")
|