diff --git a/ui/src/views/knowledge-workflow/component/action/index.vue b/ui/src/views/knowledge-workflow/component/action/index.vue index 40059a3ce..7aae4600d 100644 --- a/ui/src/views/knowledge-workflow/component/action/index.vue +++ b/ui/src/views/knowledge-workflow/component/action/index.vue @@ -11,9 +11,17 @@ @@ -24,6 +32,7 @@ import { computed, ref } from 'vue' import { WorkflowKind, WorkflowMode, WorkflowType } from '@/enums/application' import DynamicsForm from '@/components/dynamics-form/index.vue' import type { FormField } from '@/components/dynamics-form/type' +import { iconComponent } from '@/workflow/icons/utils' import type { Dict } from '@/api/type/common' import type { FormRules } from 'element-plus' import { loadSharedApi } from '@/utils/dynamics-api/shared-api'