Skip to content

Commit

Permalink
Merge pull request #2789 from bolt/chore/options-limit
Browse files Browse the repository at this point in the history
Fix `optionsLimit` hyphenation warning
  • Loading branch information
bobdenotter committed Aug 23, 2021
2 parents cb9dad3 + c93ecf9 commit 484ae81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/app/editor/Components/Select.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
:limit="1000"
:multiple="multiple"
:options="options"
:optionsLimit="optionslimit"
:options-limit="optionslimit"
:searchable="autocomplete || taggable"
:show-labels="false"
:taggable="taggable"
Expand Down

0 comments on commit 484ae81

Please sign in to comment.