andre 5 месяцев назад
Родитель
Сommit
03a2ea7bd9
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/UI/Client/Setting/Buttons/InfoButton.php

+ 1 - 1
app/UI/Client/Setting/Buttons/InfoButton.php

@@ -14,7 +14,7 @@ class InfoButton extends ButtonDataTableModalAction implements ClientArea
     {
         $this->initIds('infoButton ');
         $this->initLoadModalAction(new InfoModal());
-        $this->setDisableByColumnValue("mxactive", "unset");
+        $this->setDisableByColumnValue("mxactive", "warning");
     }
 
 }