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 />
     );
   }