fix: buff descriptions aren't being calculated
This commit is contained in:
@@ -29,7 +29,7 @@ let BuffSchema = createPropertySchema({
|
|||||||
|
|
||||||
let ComputedOnlyBuffSchema = createPropertySchema({
|
let ComputedOnlyBuffSchema = createPropertySchema({
|
||||||
description: {
|
description: {
|
||||||
type: 'inlineCalculationFieldToCompute',
|
type: 'computedOnlyInlineCalculationField',
|
||||||
optional: true,
|
optional: true,
|
||||||
max: STORAGE_LIMITS.description,
|
max: STORAGE_LIMITS.description,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user