fix: increasing maxOptions (amount of domains) to 30
This commit is contained in:
parent
e08a4d4490
commit
1ab3575c68
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ module.exports = Mn.View.extend({
|
|||
this.ui.domain_names.selectize({
|
||||
delimiter: ',',
|
||||
persist: false,
|
||||
maxOptions: 15,
|
||||
maxOptions: 30,
|
||||
create: function (input) {
|
||||
return {
|
||||
value: input,
|
||||
|
|
Loading…
Reference in a new issue