mirror of
https://github.com/DrizzleTime/Foxel.git
synced 2026-06-29 11:11:32 +08:00
fix(ui): fix bug on processor page
This commit is contained in:
@@ -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')}>
|
||||
|
||||
Reference in New Issue
Block a user