소스 검색

fix #670 login error info

jim 8 년 전
부모
커밋
98005f88ed
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/routes/User/Login.js

+ 1 - 1
src/routes/User/Login.js

@@ -42,7 +42,7 @@ export default class LoginPage extends Component {
 
   renderMessage = (content) => {
     return (
-      <Alert style={{ marginBottom: 24 }} message={content} type="error" showIcon closable />
+      <Alert style={{ marginBottom: 24 }} message={content} type="error" showIcon />
     );
   }