fix(ui): fix bug on processor page

This commit is contained in:
shiyu
2025-09-20 14:16:06 +08:00
parent 5a29c579dc
commit 45d63febb9
7 changed files with 97 additions and 77 deletions

View File

@@ -62,6 +62,7 @@ const ProfileModal = memo(function ProfileModal({ open, onClose }: ProfileModalP
confirmLoading={loading}
okText={t('Save')}
cancelText={t('Cancel')}
forceRender
>
<Form form={form} layout="vertical">
<Form.Item name="username" label={t('Username')}>