Commit b228a551 authored by XuMM_12's avatar XuMM_12 Committed by 偏右

fix login page LoginItem WrapFormItem typo

parent 2955f9a1
...@@ -129,7 +129,7 @@ Object.keys(ItemMap).forEach(key => { ...@@ -129,7 +129,7 @@ Object.keys(ItemMap).forEach(key => {
LoginItem[key] = props => ( LoginItem[key] = props => (
<LoginContext.Consumer> <LoginContext.Consumer>
{context => ( {context => (
<WarpFormItem <WrapFormItem
customprops={item.props} customprops={item.props}
{...props} {...props}
rules={item.rules} rules={item.rules}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment