Skip to content

Commit

Permalink
fix bug expected view
Browse files Browse the repository at this point in the history
  • Loading branch information
ssanmartin00 authored Oct 4, 2024
1 parent 95448aa commit 32210a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/ThreadController.php
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ protected function onCreateCommentError(FormInterface $form, string $id, Comment
->setStatusCode(Response::HTTP_BAD_REQUEST)
->setData([
'data' => [
'form' => $form,
'form' => $form->createView(),
'id' => $id,
'parent' => $parent,
],
Expand Down

0 comments on commit 32210a3

Please sign in to comment.