ywana-core8 0.0.564 → 0.0.565
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.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.modern.js +2 -1
- package/dist/index.modern.js.map +1 -1
- package/dist/index.umd.js +2 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/domain/ContentEditor.js +1 -1
package/dist/index.cjs
CHANGED
@@ -4808,7 +4808,8 @@ var CollectionEditor$1 = function CollectionEditor(_ref10) {
|
|
4808
4808
|
field: field,
|
4809
4809
|
value: value,
|
4810
4810
|
onRemove: remove,
|
4811
|
-
onChange: onChange
|
4811
|
+
onChange: onChange,
|
4812
|
+
onReload: reload
|
4812
4813
|
}) // : <DataTable {...table} editable={editable} />
|
4813
4814
|
: /*#__PURE__*/React__default["default"].createElement(TableEditor$2, {
|
4814
4815
|
icon: "info",
|