Explorar o código

new info button

andre hai 6 meses
pai
achega
819fd12b67
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();