diff --git a/app/imports/api/properties/Buffs.js b/app/imports/api/properties/Buffs.js index cd964a9d..43efd841 100644 --- a/app/imports/api/properties/Buffs.js +++ b/app/imports/api/properties/Buffs.js @@ -29,7 +29,7 @@ let BuffSchema = createPropertySchema({ let ComputedOnlyBuffSchema = createPropertySchema({ description: { - type: 'inlineCalculationFieldToCompute', + type: 'computedOnlyInlineCalculationField', optional: true, max: STORAGE_LIMITS.description, },