q42-cms-components
Advanced tools
Comparing version 1.8.3 to 1.9.0-alpha.1
{ | ||
"name": "q42-cms-components", | ||
"version": "1.8.3", | ||
"version": "1.9.0-alpha.1", | ||
"devDependencies": { | ||
@@ -5,0 +5,0 @@ "babel-core": "6.24.x", |
@@ -52,3 +52,4 @@ export function initialValue(schema, isProp) { | ||
export function isSimpleProp(schema) { | ||
return !(schema.type == 'object' || (schema.type == 'array' && schema.items.type == 'object')); | ||
// null check for schema.items is for the case List<Guid> with [MappedTo(typeof([CmsItem]))] which has schema.type - array, but doesn't have items. | ||
return !(schema.type == 'object' || (schema.type == 'array' && schema.items && schema.items.type == 'object')); | ||
} |
@@ -0,0 +0,0 @@ var Vue = require('vue'); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
5149
474840
2