mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	declare missing var notification
				
					
				
			This commit is contained in:
		| @@ -477,6 +477,7 @@ RED.deploy = (function() { | ||||
|             RED.nodes.version(data.rev); | ||||
|             RED.nodes.originalFlow(nns); | ||||
|             if (hasUnusedConfig) { | ||||
|                 let notification; | ||||
|                 const opts = { | ||||
|                     type: "success", | ||||
|                     fixed: false, | ||||
| @@ -499,7 +500,7 @@ RED.deploy = (function() { | ||||
|                         } | ||||
|                     ] | ||||
|                 } | ||||
|                 RED.notify( | ||||
|                 notification = RED.notify( | ||||
|                     '<p>' + RED._("deploy.successfulDeploy") + '</p>' + | ||||
|                     '<p>' + RED._("deploy.unusedConfigNodes") + '</p>', opts); | ||||
|             } else { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user