瀏覽代碼

new info button

andre 5 月之前
父節點
當前提交
420c2ae2a4
共有 1 個文件被更改,包括 1 次插入1 次删除
  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", "warning");
+        $this->setDisableByColumnValue("mxactive", "unset");
     }
 
 }