Fixed props not having a default array for embedded calculations
This commit is contained in:
@@ -36,6 +36,7 @@ let ContainerSchema = new SimpleSchema({
|
||||
const ComputedOnlyContainerSchema = new SimpleSchema({
|
||||
descriptionCalculations: {
|
||||
type: Array,
|
||||
defaultValue: [],
|
||||
maxCount: 32,
|
||||
},
|
||||
'descriptionCalculations.$': InlineComputationSchema,
|
||||
|
||||
Reference in New Issue
Block a user