瀏覽代碼

lang keys

andre 6 月之前
父節點
當前提交
0f0a69b75e
共有 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
 
     public function initContent()
     {
-        $this->initIds('infoButton ');
+        $this->initIds('infoButton');
         $this->initLoadModalAction(new InfoModal());
     }