diff --git a/nodes/core/core/89-trigger.html b/nodes/core/core/89-trigger.html index bd3cea665..57b8e4ba8 100644 --- a/nodes/core/core/89-trigger.html +++ b/nodes/core/core/89-trigger.html @@ -177,6 +177,10 @@ ] }); + if (this.bytopic === undefined) { + $("#node-input-bytopic").val("all"); + } + if (this.duration == "0") { $("#node-then-type").val("block"); }