andre 5 месяцев назад
Родитель
Сommit
e16953ffc5
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      core/UI/Widget/Buttons/ModalActionButtons/BaseRedirectButton.php

+ 1 - 1
core/UI/Widget/Buttons/ModalActionButtons/BaseRedirectButton.php

@@ -13,7 +13,7 @@ class BaseRedirectButton extends BaseContainer
 {
     protected $id             = 'baseRedirectButton';
     protected $name           = 'baseRedirectButton';
-    protected $class          = ['lu-btn lu-btn--danger lu-btn--outline lu-btn--plain'];
+    protected $class          = ['lu-btn lu-btn--danger lu-btn--outline lu-btn--plain infoModal'];
     protected $title          = 'title';
     protected $htmlAttributes = [
 //        '@click.middle' => 'redirect($event,, true)',