mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-08-12 01:28:59 +08:00
Fix: Fixed the issue where the required information in the input box was incorrect when inviting users #2834 (#4086)
### What problem does this PR solve? Fix: Fixed the issue where the required information in the input box was incorrect when inviting users #2834 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
parent
50c2b9d562
commit
dfbdeaddaf
@ -40,7 +40,7 @@ const AddingUserModal = ({
|
|||||||
<Form.Item<FieldType>
|
<Form.Item<FieldType>
|
||||||
label={t('setting.email')}
|
label={t('setting.email')}
|
||||||
name="email"
|
name="email"
|
||||||
rules={[{ required: true, message: t('namePlaceholder') }]}
|
rules={[{ required: true }]}
|
||||||
>
|
>
|
||||||
<Input />
|
<Input />
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user