Iain
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
7 deletions
-
src/pages/account/settings/components/base.tsx
|
|
|
@ -69,14 +69,10 @@ const BaseView: React.FC = () => { |
|
|
|
layout="vertical" |
|
|
|
onFinish={handleFinish} |
|
|
|
submitter={{ |
|
|
|
resetButtonProps: { |
|
|
|
style: { |
|
|
|
display: 'none', |
|
|
|
}, |
|
|
|
}, |
|
|
|
submitButtonProps: { |
|
|
|
children: '更新基本信息', |
|
|
|
searchConfig: { |
|
|
|
submitText: '更新基本信息', |
|
|
|
}, |
|
|
|
render: (_, dom) => dom[1], |
|
|
|
}} |
|
|
|
initialValues={{ |
|
|
|
...currentUser, |
|
|
|
|