ywana-core8 0.0.750 → 0.0.751

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.750",
3
+ "version": "0.0.751",
4
4
  "description": "ywana-core8",
5
5
  "homepage": "https://ywana.github.io/workspace",
6
6
  "author": "Ernesto Roldan Garcia",
@@ -351,6 +351,7 @@ export const CollectionTree = (props) => {
351
351
  * Collection Editor
352
352
  */
353
353
  const CollectionEditor = (props) => {
354
+ const site = useContext(SiteContext)
354
355
  const [pageContext, setPageContext] = useContext(PageContext)
355
356
  const { selected } = pageContext
356
357
  const { icon, title, schema, layout, autosave = false, delay = 1000, canDelete, onReload, onChange, patch = false, actions } = props