mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Trigger node migration - ensure bytopic not blank
This commit is contained in:
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
Block a user