Browse Source

wrong spelling error

`WarpFormItem` should be `WrapFormItem`
pull/2362/head
damon.chen 8 years ago
committed by 陈帅
parent
commit
79fa848e76
  1. 2
      src/components/Login/LoginItem.js

2
src/components/Login/LoginItem.js

@ -7,7 +7,7 @@ import LoginContext from './loginContext';
const FormItem = Form.Item; const FormItem = Form.Item;
class WarpFormItem extends Component { class WrapFormItem extends Component {
static defaultProps = { static defaultProps = {
buttonText: '获取验证码', buttonText: '获取验证码',
}; };

Loading…
Cancel
Save