Browse Source

new info button

andre 6 tháng trước cách đây
mục cha
commit
819fd12b67
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/UI/Client/Setting/Pages/Settings.php

+ 1 - 1
app/UI/Client/Setting/Pages/Settings.php

@@ -96,7 +96,7 @@ class Settings extends DataTable implements ClientArea
      */
     public function replaceFieldSelfdomain($key, $row)
     {
-        $field = new BaseField();
+        $field = new Hidden();
         $field->addHtmlAttribute('display', 'none');
 
         return $field->getHtml();