mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-31 15:53:33 +00:00 
			
		
		
		
	fix: updating default maxOptions to 30 (redirection)
This commit is contained in:
		| @@ -235,7 +235,7 @@ module.exports = Mn.View.extend({ | ||||
|         this.ui.domain_names.selectize({ | ||||
|             delimiter:    ',', | ||||
|             persist:      false, | ||||
|             maxOptions:   15, | ||||
|             maxOptions:   30, | ||||
|             create:       function (input) { | ||||
|                 return { | ||||
|                     value: input, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user