mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Fix backwards migration of inject without topic
This commit is contained in:
parent
c171088838
commit
f01866d76f
@ -580,7 +580,7 @@
|
||||
node.props= [];
|
||||
delete node.payloadType;
|
||||
delete node.payload;
|
||||
delete node.topic;
|
||||
node.topic = "";
|
||||
props.each(function(i) {
|
||||
var prop = $(this);
|
||||
var p = {
|
||||
|
Loading…
Reference in New Issue
Block a user