@ditojs/admin 2.2.7-debug.2 → 2.2.7-debug.3

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": "@ditojs/admin",
3
- "version": "2.2.7-debug.2",
3
+ "version": "2.2.7-debug.3",
4
4
  "type": "module",
5
5
  "description": "Dito.js Admin is a schema based admin interface for Dito.js Server, featuring auto-generated views and forms and built with Vue.js",
6
6
  "repository": "https://github.com/ditojs/dito/tree/master/packages/admin",
@@ -82,7 +82,7 @@
82
82
  "vite": "^4.3.1"
83
83
  },
84
84
  "types": "types",
85
- "gitHead": "4e2bf053a5afb23ed84e71775aa692c033b617c6",
85
+ "gitHead": "1008cb90f8bee745e2c80c39bddba3cdf9f1b4e9",
86
86
  "scripts": {
87
87
  "build": "vite build",
88
88
  "watch": "yarn build --mode 'development' --watch",
@@ -215,7 +215,7 @@ function formatFiltersData(schema, data) {
215
215
  'formatFiltersData()',
216
216
  {
217
217
  data: JSON.stringify(data),
218
- schema: JSON.stringify(Object.keys(schema.components || {}))
218
+ schema: JSON.stringify(Object.keys(schema?.components || {}))
219
219
  }
220
220
  )
221
221
  const filters = []