yusuketk 6 年 前
コミット
71b9022b9f
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/client/js/components/Admin/App/MailSetting.jsx

+ 1 - 1
src/client/js/components/Admin/App/MailSetting.jsx

@@ -55,7 +55,7 @@ class MailSetting extends React.Component {
                   type="text"
                   name="settingForm[mail:from]"
                   placeholder={`${t('eg')} mail@growi.org`}
-                  dafalutValue={adminAppContainer.state.fromAddress}
+                  defaultValue={adminAppContainer.state.fromAddress}
                   onChange={(e) => { adminAppContainer.changeFromAddress(e.target.value) }}
                 />
               </div>