fix: updating default maxOptions to 30 (proxy)

This commit is contained in:
Renan Duarte 2023-12-12 12:36:05 +01:00 committed by GitHub
parent e08a4d4490
commit 5165de4a91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -271,7 +271,7 @@ module.exports = Mn.View.extend({
this.ui.domain_names.selectize({ this.ui.domain_names.selectize({
delimiter: ',', delimiter: ',',
persist: false, persist: false,
maxOptions: 15, maxOptions: 30,
create: function (input) { create: function (input) {
return { return {
value: input, value: input,