Browse Source

new info button

andre 5 months ago
parent
commit
819fd12b67
1 changed files with 1 additions and 1 deletions
  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();