mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Fix backwards migration of inject without topic
This commit is contained in:
		| @@ -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 = { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user