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>