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:
Ren Yubin 2022-11-30 04:16:22 +00:00
commit 040b432d6c
1 changed files with 1 additions and 1 deletions

View File

@ -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: {