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, savingThrow: ComputedSavingThrowSchema,
skill: ComputedSkillSchema, skill: ComputedSkillSchema,
slot: SlotSchema, slot: SlotSchema,
spellList: ComputedSpellSchema, spellList: ComputedSpellListSchema,
spell: ComputedSpellListSchema, spell: ComputedSpellSchema,
toggle: ToggleSchema, toggle: ToggleSchema,
container: ContainerSchema, container: ContainerSchema,
item: ItemSchema, item: ItemSchema,