Loading src/Form/ConfigureAction.php +0 −2 Original line number Diff line number Diff line Loading @@ -87,8 +87,6 @@ class ConfigureAction extends FormBase { $form['list'] = $this->getListRenderable($form_data); // :D Make sure the submit button is at the bottom of the form // and is editable from the action buildConfigurationForm method. $form['actions'] = ['#type' => 'actions']; $form['actions']['submit'] = [ '#type' => 'submit', Loading Loading
src/Form/ConfigureAction.php +0 −2 Original line number Diff line number Diff line Loading @@ -87,8 +87,6 @@ class ConfigureAction extends FormBase { $form['list'] = $this->getListRenderable($form_data); // :D Make sure the submit button is at the bottom of the form // and is editable from the action buildConfigurationForm method. $form['actions'] = ['#type' => 'actions']; $form['actions']['submit'] = [ '#type' => 'submit', Loading