Merge branch 'version-2' of https://github.com/ThaumRystra/DiceCloud into version-2

This commit is contained in:
Stefan Zermatten
2022-04-21 10:59:22 +02:00

View File

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