Kaynağa Gözat

new info button

andre 5 ay önce
ebeveyn
işleme
683cac0dc6
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      app/UI/Client/Setting/Buttons/InfoButton.php

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

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