Commit d33b2154 authored by Tang Xinwei's avatar Tang Xinwei

disable name change

parent d9f8dd21
Pipeline #21188 passed with stages
in 3 minutes and 24 seconds
......@@ -75,10 +75,10 @@ class EmailForm extends React.Component {
<Form onSubmit={this.onSubmit}>
<FormItem {...usernameProps.fromItem}>
{getFieldDecorator('username', { ...usernameProps.decorator })(
<Input {...usernameProps.input} />,
<Input {...usernameProps.input} disabled/>,
)}
{
<div class="alert alert-warning" role="alert">改名开启至411日中午12:00</div>
<div class="alert alert-warning" role="alert">改名已关闭。下次将在71日开启</div>
}
</FormItem>
......
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