worked out the issue (#14588)

This commit is contained in:
calvin 2023-07-19 18:46:46 +08:00 committed by zhuangchong
parent 745a81d318
commit 3ddff32e92
2 changed files with 2 additions and 4 deletions

View File

@ -42,7 +42,6 @@ export function useAlertGroup(): IJsonItem {
field: 'alertGroups',
span: 12,
name: t('project.workflow.alarm_group'),
options: options,
value: 'default'
options: options
}
}

View File

@ -42,7 +42,6 @@ export function useTenant(): IJsonItem {
field: 'tenant',
span: 12,
name: t('project.workflow.tenant_code'),
options: options,
value: 'default'
options: options
}
}