mirror of https://github.com/node-red/node-red.git
Trigger node migration - ensure bytopic not blank
parent
55a33bc408
commit
bf5d741f0d
|
@ -177,6 +177,10 @@
|
|||
]
|
||||
});
|
||||
|
||||
if (this.bytopic === undefined) {
|
||||
$("#node-input-bytopic").val("all");
|
||||
}
|
||||
|
||||
if (this.duration == "0") {
|
||||
$("#node-then-type").val("block");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue