ywana-core8 0.0.814 → 0.0.815

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ywana-core8",
3
- "version": "0.0.814",
3
+ "version": "0.0.815",
4
4
  "description": "ywana-core8",
5
5
  "homepage": "https://ywana.github.io/workspace",
6
6
  "author": "Ernesto Roldan Garcia",
@@ -398,6 +398,7 @@ const CollectionEditor = (props) => {
398
398
  }
399
399
 
400
400
  async function save() {
401
+ console.log("SAVE", form)
401
402
  if (patch) {
402
403
  await pageContext.patch(form.id, form)
403
404
  } else {