Fix can not submit when update in user management page
This commit is contained in:
@@ -600,7 +600,7 @@ const User: React.FC = () => {
|
|||||||
hidden={isDrawerEdit}
|
hidden={isDrawerEdit}
|
||||||
name={'password'}
|
name={'password'}
|
||||||
label={'密码'}
|
label={'密码'}
|
||||||
rules={[{ required: true, whitespace: false }]}
|
rules={[{ whitespace: false }]}
|
||||||
>
|
>
|
||||||
<AntdInput.Password allowClear />
|
<AntdInput.Password allowClear />
|
||||||
</AntdForm.Item>
|
</AntdForm.Item>
|
||||||
|
|||||||
Reference in New Issue
Block a user