调整提示
This commit is contained in:
parent
606b9e2023
commit
e51dca38ca
|
|
@ -204,7 +204,7 @@ export default function Email(props) {
|
|||
}
|
||||
}}/>
|
||||
</Form.Item>
|
||||
<Form.Item label="邮箱后缀" tooltip="允许的邮箱后缀(如: @qq.com),不填则不校验">
|
||||
<Form.Item label="邮箱后缀" tooltip="允许的邮箱后缀(如: qq.com),不填则不校验">
|
||||
<RenderEmailSuffix t={t} emailSuffix={emailSuffix} onChange={(v) => {
|
||||
if (v !== config?.emailSuffix) {
|
||||
updateConfig(id, config, 'emailSuffix', v, 'email');
|
||||
|
|
|
|||
|
|
@ -345,7 +345,7 @@ export default function Email(props: {
|
|||
</Form.Item>
|
||||
<Form.Item
|
||||
label="邮箱后缀"
|
||||
tooltip="允许的邮箱后缀(如: @qq.com),不填则不校验"
|
||||
tooltip="允许的邮箱后缀(如: qq.com),不填则不校验"
|
||||
>
|
||||
<RenderEmailSuffix
|
||||
t={t}
|
||||
|
|
|
|||
Loading…
Reference in New Issue