Skip to content

Commit 3b8cb86

Browse files
authored
fix: updating default maxOptions to 30 (redirection)
1 parent 5165de4 commit 3b8cb86

File tree

1 file changed

+1
-1
lines changed
  • frontend/js/app/nginx/redirection

1 file changed

+1
-1
lines changed

frontend/js/app/nginx/redirection/form.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ module.exports = Mn.View.extend({
235235
this.ui.domain_names.selectize({
236236
delimiter: ',',
237237
persist: false,
238-
maxOptions: 15,
238+
maxOptions: 30,
239239
create: function (input) {
240240
return {
241241
value: input,

0 commit comments

Comments
 (0)