瀏覽代碼

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) => {
   renderMessage = (content) => {
     return (
     return (
-      <Alert style={{ marginBottom: 24 }} message={content} type="error" showIcon closable />
+      <Alert style={{ marginBottom: 24 }} message={content} type="error" showIcon />
     );
     );
   }
   }