Skip to content

Commit 5165de4

Browse files
authored
fix: updating default maxOptions to 30 (proxy)
1 parent e08a4d4 commit 5165de4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/js/app/nginx/proxy/form.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ module.exports = Mn.View.extend({
271271
this.ui.domain_names.selectize({
272272
delimiter: ',',
273273
persist: false,
274-
maxOptions: 15,
274+
maxOptions: 30,
275275
create: function (input) {
276276
return {
277277
value: input,

0 commit comments

Comments
 (0)