fix: SSL required

pull/19/head
xingyu 2023-05-31 16:31:39 +08:00
parent 8319a0ffc5
commit 4c59df63a6
1 changed files with 2 additions and 0 deletions

View File

@ -100,6 +100,8 @@ export const formSchema: FormSchema[] = [
{
label: '是否开启 SSL',
field: 'sslEnable',
required: true,
defaultValue: false,
component: 'Switch',
componentProps: {
options: getDictOptions(DICT_TYPE.INFRA_BOOLEAN_STRING, 'boolean')