worked out the issue (#14588)
This commit is contained in:
parent
745a81d318
commit
3ddff32e92
|
|
@ -42,7 +42,6 @@ export function useAlertGroup(): IJsonItem {
|
|||
field: 'alertGroups',
|
||||
span: 12,
|
||||
name: t('project.workflow.alarm_group'),
|
||||
options: options,
|
||||
value: 'default'
|
||||
options: options
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -42,7 +42,6 @@ export function useTenant(): IJsonItem {
|
|||
field: 'tenant',
|
||||
span: 12,
|
||||
name: t('project.workflow.tenant_code'),
|
||||
options: options,
|
||||
value: 'default'
|
||||
options: options
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue