Browse Source

new info form

andre 5 months ago
parent
commit
62d548ec72
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/UI/Client/Setting/Forms/InfoForm.php

+ 1 - 1
app/UI/Client/Setting/Forms/InfoForm.php

@@ -64,6 +64,6 @@ class InfoForm extends BaseForm implements ClientArea
         $row->addInputComponent((new InputGroupElements\Text('dkim'))->addHtmlAttribute('readonly','true'));
         $row->addInputComponent((new InputGroupElements\Text('dkim'))->addHtmlAttribute('readonly','true'));
         $this->addSection($row);
         $this->addSection($row);
         $field = new Text('maildomain');
         $field = new Text('maildomain');
-        $this->addField($field);
+        $this->addSection($field);
     }
     }
 }
 }