Browse Source

new info button

andre 5 months ago
parent
commit
fc6fc275f5
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

@@ -95,7 +95,7 @@ class Settings extends DataTable implements ClientArea
     public function replaceFieldSelfdns($key, $row)
     {
         $field = new EnabledField();
-        $field->setClass("hidden");
+        $field->addClass("hidden");
 
         return $field->getHtml();
     }