Tested action toggles

This commit is contained in:
ThaumRystra
2024-10-15 21:17:33 +02:00
parent 7a480e333c
commit 01df7898cc
2 changed files with 64 additions and 1 deletions

View File

@@ -41,7 +41,7 @@ const ComputedOnlyToggleSchema = createPropertySchema({
},
});
const ComputedToggleSchema = new SimpleSchema()
const ComputedToggleSchema = new SimpleSchema({})
.extend(ComputedOnlyToggleSchema)
.extend(ToggleSchema);