Fixed spell lists and class levels not computing inline calculations
This commit is contained in:
@@ -28,7 +28,7 @@ const ClassLevelSchema = createPropertySchema({
|
|||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
const ComputedOnlyClassLevelSchema = new SimpleSchema({
|
const ComputedOnlyClassLevelSchema = createPropertySchema({
|
||||||
description: {
|
description: {
|
||||||
type: 'computedOnlyInlineCalculationField',
|
type: 'computedOnlyInlineCalculationField',
|
||||||
optional: true,
|
optional: true,
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ let SpellListSchema = createPropertySchema({
|
|||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
const ComputedOnlySpellListSchema = new SimpleSchema({
|
const ComputedOnlySpellListSchema = createPropertySchema({
|
||||||
description: {
|
description: {
|
||||||
type: 'computedOnlyInlineCalculationField',
|
type: 'computedOnlyInlineCalculationField',
|
||||||
optional: true,
|
optional: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user