From 757cf5c34b3643e056b0982f54e70e429b1c6cc5 Mon Sep 17 00:00:00 2001 From: Stefan Zermatten Date: Mon, 22 Jun 2020 13:45:35 +0200 Subject: [PATCH] Fixed spells not being able to be inserted or editing in characters --- app/imports/api/properties/computedPropertySchemasIndex.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,