Skip to content

Commit

Permalink
Revert change in loading.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhujinxuan committed May 23, 2018
1 parent 241494d commit 799bcfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/message/demo/loading.md
Expand Up @@ -19,7 +19,7 @@ import { message, Button } from 'antd';
const success = () => {
const hide = message.loading('Action in progress..', 0);
// Dismiss manually and asynchronously
setTimeout(hide, 500);
setTimeout(hide, 2500);
};

ReactDOM.render(
Expand Down

0 comments on commit 799bcfb

Please sign in to comment.