diff --git a/core/modules/contact/src/CategoryForm.php b/core/modules/contact/src/CategoryForm.php index 2147698f26d8d5423b1557c5800dd6e6f1cfc3a7..73fce38a7c29100ac5555211e619e188b6be889c 100644 --- a/core/modules/contact/src/CategoryForm.php +++ b/core/modules/contact/src/CategoryForm.php @@ -65,11 +65,6 @@ public function form(array $form, array &$form_state) { '#title' => t('Make this the default category.'), '#default_value' => $default_category === $category->id(), ); - $form['actions'] = array('#type' => 'actions'); - $form['actions']['submit'] = array( - '#type' => 'submit', - '#value' => t('Save'), - ); return $form; }