fix: buff descriptions aren't being calculated

This commit is contained in:
Stefan Zermatten
2022-04-15 18:13:03 +02:00
parent cc24690a67
commit cbc42f8500

View File

@@ -29,7 +29,7 @@ let BuffSchema = createPropertySchema({
let ComputedOnlyBuffSchema = createPropertySchema({
description: {
type: 'inlineCalculationFieldToCompute',
type: 'computedOnlyInlineCalculationField',
optional: true,
max: STORAGE_LIMITS.description,
},