yusuketk 6 лет назад
Родитель
Сommit
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>