瀏覽代碼

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)
tags/v0.15.0
balibabu 10 月之前
父節點
當前提交
dfbdeaddaf
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      web/src/pages/user-setting/setting-team/add-user-modal.tsx

+ 1
- 1
web/src/pages/user-setting/setting-team/add-user-modal.tsx 查看文件

@@ -40,7 +40,7 @@ const AddingUserModal = ({
<Form.Item<FieldType>
label={t('setting.email')}
name="email"
rules={[{ required: true, message: t('namePlaceholder') }]}
rules={[{ required: true }]}
>
<Input />
</Form.Item>

Loading…
取消
儲存