diff --git a/ui/src/workflow/nodes/function-node/index.vue b/ui/src/workflow/nodes/function-node/index.vue index c720f61e2..575d44507 100644 --- a/ui/src/workflow/nodes/function-node/index.vue +++ b/ui/src/workflow/nodes/function-node/index.vue @@ -118,7 +118,7 @@ import NodeContainer from '@/workflow/common/NodeContainer.vue' import NodeCascader from '@/workflow/common/NodeCascader.vue' import type { FormInstance } from 'element-plus' import { ref, computed, onMounted } from 'vue' -import FieldFormDialog from '@/views/function-lib/component/FieldFormDialog.vue' +import FieldFormDialog from '@/views/tool/component/FieldFormDialog.vue' import { isLastNode } from '@/workflow/common/data' const props = defineProps<{ nodeModel: any }>()