Fix workflow onTimestamp and onInterval triggers not showing constraints input
This commit is contained in:
@@ -461,6 +461,11 @@ export default {
|
||||
|
||||
eventChanged () {
|
||||
this.item.triggers.constraints = []
|
||||
|
||||
if (['onTimestamp', 'onInterval'].includes(this.item.triggers.eventType)) {
|
||||
this.addConstraint()
|
||||
}
|
||||
|
||||
this.$root.$emit('change-detected')
|
||||
this.updateDefaultName()
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user