Skip to content

Commit 7b707ff

Browse files
committed
fix(dropdownfield): bad field name
1 parent a34a325 commit 7b707ff

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-
'itemtype',
36+
'fieldtype',
3737
item.fields['itemtype'],
3838
_n('Dropdown', 'Dropdowns', 1),
3939
{

0 commit comments

Comments
 (0)