File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ module.exports = Mn.View.extend({
233
233
this . ui . domain_names . selectize ( {
234
234
delimiter : ',' ,
235
235
persist : false ,
236
- maxOptions : 15 ,
236
+ maxOptions : 30 ,
237
237
create : function ( input ) {
238
238
return {
239
239
value : input ,
Original file line number Diff line number Diff line change @@ -271,7 +271,7 @@ module.exports = Mn.View.extend({
271
271
this . ui . domain_names . selectize ( {
272
272
delimiter : ',' ,
273
273
persist : false ,
274
- maxOptions : 15 ,
274
+ maxOptions : 30 ,
275
275
create : function ( input ) {
276
276
return {
277
277
value : input ,
Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ module.exports = Mn.View.extend({
235
235
this . ui . domain_names . selectize ( {
236
236
delimiter : ',' ,
237
237
persist : false ,
238
- maxOptions : 15 ,
238
+ maxOptions : 30 ,
239
239
create : function ( input ) {
240
240
return {
241
241
value : input ,
You can’t perform that action at this time.
0 commit comments