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