Loading src/Form/ConfigureAction.php +4 −1 Original line number Diff line number Diff line Loading @@ -91,7 +91,10 @@ class ConfigureAction extends FormBase { // :D Make sure the submit button is at the bottom of the form // and is editable from the action buildConfigurationForm method. $form['actions']['#weight'] = 666; $form['actions'] = [ '#type' => 'actions', '#weight' => 666, ]; $form['actions']['submit'] = [ '#type' => 'submit', '#value' => $this->t('Apply'), Loading Loading
src/Form/ConfigureAction.php +4 −1 Original line number Diff line number Diff line Loading @@ -91,7 +91,10 @@ class ConfigureAction extends FormBase { // :D Make sure the submit button is at the bottom of the form // and is editable from the action buildConfigurationForm method. $form['actions']['#weight'] = 666; $form['actions'] = [ '#type' => 'actions', '#weight' => 666, ]; $form['actions']['submit'] = [ '#type' => 'submit', '#value' => $this->t('Apply'), Loading