mirror of https://gitee.com/answerdev/answer.git
Merge branch 'feat/ui-0.5.0' into 'test'
Feat/ui 0.5.0 See merge request opensource/answer!297
This commit is contained in:
commit
040b432d6c
|
@ -37,7 +37,7 @@ const Smtp: FC = () => {
|
|||
type: 'boolean',
|
||||
title: t('encryption.label'),
|
||||
description: t('encryption.text'),
|
||||
enum: ['SSL', 'None'],
|
||||
enum: ['SSL', ''],
|
||||
enumNames: ['SSL', 'None'],
|
||||
},
|
||||
smtp_port: {
|
||||
|
|
Loading…
Reference in New Issue