Skip to content

Commit

Permalink
Merge pull request #3494 from bolt/fix/typo-when-using-options-limit-…
Browse files Browse the repository at this point in the history
…prop

Use the right options-limit prop instead of optionslimit
  • Loading branch information
bobdenotter authored Oct 19, 2023
2 parents eda99e7 + 9c1eb09 commit ca18152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/content/_relationships.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
:name="'relationship[{{ toContentTypeSlug }}]'"
:id="'relationship-{{ toContentTypeSlug }}'"
:options="{{ options }}"
:optionslimit="{{ limit }}"
:options-limit="{{ limit }}"
:multiple="{{ relation.multiple ? 'true' : 'false' }}"
:taggable=false
:autocomplete=true
Expand Down

0 comments on commit ca18152

Please sign in to comment.