Form overhaul: Class Level Form

This commit is contained in:
Stefan Zermatten
2023-05-16 20:26:44 +02:00
parent 57ca3ecb01
commit 0dbd5903b3
2 changed files with 32 additions and 61 deletions

View File

@@ -26,12 +26,6 @@ const ClassLevelSchema = createPropertySchema({
defaultValue: 1,
max: STORAGE_LIMITS.levelMax,
},
// Filters out of UI if condition isn't met, but isn't otherwise enforced
slotFillerCondition: {
type: String,
optional: true,
max: STORAGE_LIMITS.calculation,
},
});
const ComputedOnlyClassLevelSchema = createPropertySchema({