Tested and fixed triggers in new action engine
This commit is contained in:
@@ -134,7 +134,7 @@ const ComputedOnlyTriggerSchema = createPropertySchema({
|
||||
},
|
||||
});
|
||||
|
||||
const ComputedTriggerSchema = new SimpleSchema()
|
||||
const ComputedTriggerSchema = new SimpleSchema({})
|
||||
.extend(TriggerSchema)
|
||||
.extend(ComputedOnlyTriggerSchema);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user