From 9c1eb09e345f2f0024281335ff78ac7726c206aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=A9stor=20de=20Dios=20Fern=C3=A1ndez?= Date: Wed, 18 Oct 2023 16:32:14 +0200 Subject: [PATCH] Use the right options-limit prop instead of optionslimit --- templates/content/_relationships.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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