瀏覽代碼

add Account

andre 2 年之前
父節點
當前提交
917f1f0760
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/UI/Client/EmailAccount/Sections/GeneralSection.php

+ 1 - 1
app/UI/Client/EmailAccount/Sections/GeneralSection.php

@@ -53,7 +53,7 @@ class GeneralSection extends FreeFieldsSection
 
 
         $this->generateDoubleSection([new Text('display_name'), new Select('status')]);
         $this->generateDoubleSection([new Text('display_name'), new Select('status')]);
 
 
-        $this->generateDoubleSection([new Number('quota'), new Select('unit')]);
+        $this->generateDoubleSection([new Text('quota'), new Select('unit')]);
 
 
         $passwd = new Password('password');
         $passwd = new Password('password');
         $passwd->setDescription('description');
         $passwd->setDescription('description');