Skip to content

Commit

Permalink
fix(dropdownfield): tree depth not restored in design dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed Sep 19, 2022
1 parent 5b80265 commit af4096b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/field/dropdownfield.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@

{{ fields.numberField(
'show_tree_depth',
item.fields['_show_tree_depth'],
item.fields['_tree_max_depth'],
__('Limit subtree depth', 'formcreator'), {
label_class: 'col-xxl-4',
input_class: 'col-xxl-8',
Expand Down

0 comments on commit af4096b

Please sign in to comment.