Fixed spells not being able to be inserted or editing in characters

This commit is contained in:
Stefan Zermatten
2020-06-22 13:45:35 +02:00
parent 8cbfec25b3
commit 757cf5c34b

View File

@@ -40,8 +40,8 @@ const propertySchemasIndex = {
savingThrow: ComputedSavingThrowSchema,
skill: ComputedSkillSchema,
slot: SlotSchema,
spellList: ComputedSpellSchema,
spell: ComputedSpellListSchema,
spellList: ComputedSpellListSchema,
spell: ComputedSpellSchema,
toggle: ToggleSchema,
container: ContainerSchema,
item: ItemSchema,