easy-email-pro-theme 1.49.6 → 1.49.7
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
|
@@ -26834,7 +26834,7 @@ const SortableItem = (_c) => {
|
|
|
26834
26834
|
}
|
|
26835
26835
|
), /* @__PURE__ */ React__default.createElement("div", __spreadValues(__spreadValues({}, attributes), listeners), /* @__PURE__ */ React__default.createElement(Button$2, { style: { cursor: "grab" }, icon: /* @__PURE__ */ React__default.createElement(IconDragArrow, null) })))
|
|
26836
26836
|
},
|
|
26837
|
-
|
|
26837
|
+
props.renderItem(item2, index2)
|
|
26838
26838
|
)));
|
|
26839
26839
|
};
|
|
26840
26840
|
const DefaultEditPanelListField = enhancer(EditPanelList);
|