Skip to content

Commit bfa15c2

Browse files
committed
refactor: ui
1 parent fb6314c commit bfa15c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/workflow/nodes/function-node/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ import NodeContainer from '@/workflow/common/NodeContainer.vue'
118118
import NodeCascader from '@/workflow/common/NodeCascader.vue'
119119
import type { FormInstance } from 'element-plus'
120120
import { ref, computed, onMounted } from 'vue'
121-
import FieldFormDialog from '@/views/function-lib/component/FieldFormDialog.vue'
121+
import FieldFormDialog from '@/views/tool/component/FieldFormDialog.vue'
122122
import { isLastNode } from '@/workflow/common/data'
123123
124124
const props = defineProps<{ nodeModel: any }>()

0 commit comments

Comments
 (0)