diff --git a/templates/content/_relationships.html.twig b/templates/content/_relationships.html.twig index 66b1a397e..625eb9e0b 100644 --- a/templates/content/_relationships.html.twig +++ b/templates/content/_relationships.html.twig @@ -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