Skip to content

Commit

Permalink
Change default sitelist to 100
Browse files Browse the repository at this point in the history
Tom Select [defaults to
50](https://tom-select.js.org/docs/#maxoptions) if not specified
  • Loading branch information
wordish committed Sep 18, 2023
1 parent bbd03af commit 40afab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/cms/components/toolbar/ConcreteToolbarSiteList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default {
},
mounted() {
var config = {}
config.maxOptions = null
config.maxOptions = 100
config.options = this.options
config.maxItems = 1
config.items = [this.selectedSite]
Expand Down

0 comments on commit 40afab6

Please sign in to comment.