Skip to content

Commit b9537f2

Browse files
committed
Fixed rendering of operations container for event message lists.
1 parent e19f141 commit b9537f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Form/MessageListForm.php

+1
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ public function buildForm(array $form, FormStateInterface $form_state, EntityInt
107107
// Actions.
108108
$form['actions'] = [
109109
'#type' => 'details',
110+
'#title' => $this->t('Operations'),
110111
'#attributes' => [
111112
'class' => ['container-inline'],
112113
],

0 commit comments

Comments
 (0)