1
0
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:
Dave Conway-Jones 2018-02-01 09:21:16 +00:00
parent 55a33bc408
commit bf5d741f0d
No known key found for this signature in database
GPG Key ID: 9E7F9C73F5168CD4

View File

@ -177,6 +177,10 @@
]
});
if (this.bytopic === undefined) {
$("#node-input-bytopic").val("all");
}
if (this.duration == "0") {
$("#node-then-type").val("block");
}