Skip to content

Commit

Permalink
Merge adfc572 into 9f4a03a
Browse files Browse the repository at this point in the history
  • Loading branch information
tienvx committed Oct 3, 2021
2 parents 9f4a03a + adfc572 commit fbbc6c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Form/CollectionJsType.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ public function buildView(FormView $view, FormInterface $form, array $options):
'allow_move_up' => $options['allow_move_up'],
'allow_move_down' => $options['allow_move_down'],
'render_expanded' => $options['render_expanded'],
'prototype_name' => $options['prototype_name'],
]);
}

Expand Down

0 comments on commit fbbc6c9

Please sign in to comment.