diff --git a/core/modules/views_ui/src/Form/Ajax/ConfigHandler.php b/core/modules/views_ui/src/Form/Ajax/ConfigHandler.php index 7113892c6394755ca7822ad5778c26cc40b82268..e2907894435b60a576b82a817288bc025a7a76f5 100644 --- a/core/modules/views_ui/src/Form/Ajax/ConfigHandler.php +++ b/core/modules/views_ui/src/Form/Ajax/ConfigHandler.php @@ -184,6 +184,7 @@ public function buildForm(array $form, FormStateInterface $form_state, Request $ '#ajax' => array( 'url' => Url::fromRoute(''), ), + '#button_type' => 'danger', ); }