diff --git a/includes/form.theme b/includes/form.theme index 423268e..c92b6c6 100644 --- a/includes/form.theme +++ b/includes/form.theme @@ -49,7 +49,6 @@ function gin_form_alter(&$form, $form_state, $form_id) { */ function gin_form_after_build(array $form, FormStateInterface $form_state): array { _gin_form_actions($form['actions'] ?? NULL); - unset($form['actions']); unset($form['gin_actions']); return $form; }