Commit 275c353f authored by Tang Xinwei's avatar Tang Xinwei

fix namechange

parent 23cdc7cf
Pipeline #24754 passed with stages
in 1 minute and 49 seconds
......@@ -144,7 +144,7 @@ class EmailForm extends React.Component {
<Form onSubmit={this.onSubmit}>
<FormItem {...usernameProps.fromItem}>
{getFieldDecorator('username', { ...usernameProps.decorator })(
<Input {...usernameProps.input}>,
<Input {...usernameProps.input}/>,
)}
{
<div className="alert alert-warning" role="alert">{temporaryPromptText}</div>
......
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