Skip to content

Commit

Permalink
Fix toolbar broken in thread edit (#1182)
Browse files Browse the repository at this point in the history
  • Loading branch information
melroy89 authored Oct 11, 2024
1 parent edb9130 commit 93aed85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/entry/_form_edit.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
'data-action' : 'input-length#updateDisplay',
'data-input-length-max-value' : constant('App\\Entity\\Entry::MAX_TITLE_LENGTH')
}}) }}
{{ component('editor_toolbar', {id: 'entry_article_body'}) }}
{{ component('editor_toolbar', {id: 'entry_edit_body'}) }}
{{ form_row(form.body, {
label: false, attr: {
placeholder: 'body',
Expand Down

0 comments on commit 93aed85

Please sign in to comment.