Explorar o código

fix #670 login error info

jim %!s(int64=8) %!d(string=hai) anos
pai
achega
98005f88ed
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 />
     );
   }