mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Update packages/node_modules/@node-red/editor-client/src/js/ui/search.js
Co-authored-by: Nick O'Leary <nick.oleary@gmail.com>
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							dd3174c40f
						
					
				
				
					commit
					09973ba8cf
				
			| @@ -601,7 +601,7 @@ RED.search = (function() { | ||||
|             {label:RED._("search.options.uknownNodes"), value: "type:unknown"}, | ||||
|             {label:RED._("search.options.unusedSubflows"), value:"is:subflow is:unused"}, | ||||
|             {label:RED._("search.options.hiddenFlows"), value:"is:hidden"}, | ||||
|             {label:RED._("search.options.thisFlow"), value:"flow:active"}, | ||||
|             {label:RED._("search.options.thisFlow"), value:"flow:current"}, | ||||
|         ] | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user