Skip to content

Commit 19fd7d0

Browse files
committed
fix(dropdownfield): bad field name
1 parent afba7b2 commit 19fd7d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/field/dropdownfield.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
{% block questionFields %}
3535
{{ formcreatorFields.dropdownDropdownSubType(
36-
'fieldtype',
36+
'itemtype',
3737
item.fields['itemtype'],
3838
_n('Dropdown', 'Dropdowns', 1),
3939
{

0 commit comments

Comments
 (0)