yusuketk 6 years ago
parent
commit
71b9022b9f
1 changed files with 1 additions and 1 deletions
  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"
                   type="text"
                   name="settingForm[mail:from]"
                   name="settingForm[mail:from]"
                   placeholder={`${t('eg')} mail@growi.org`}
                   placeholder={`${t('eg')} mail@growi.org`}
-                  dafalutValue={adminAppContainer.state.fromAddress}
+                  defaultValue={adminAppContainer.state.fromAddress}
                   onChange={(e) => { adminAppContainer.changeFromAddress(e.target.value) }}
                   onChange={(e) => { adminAppContainer.changeFromAddress(e.target.value) }}
                 />
                 />
               </div>
               </div>