diff --git a/app/imports/api/properties/computedPropertySchemasIndex.js b/app/imports/api/properties/computedPropertySchemasIndex.js index 5ee33940..c7167b49 100644 --- a/app/imports/api/properties/computedPropertySchemasIndex.js +++ b/app/imports/api/properties/computedPropertySchemasIndex.js @@ -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,