We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb6314c commit bfa15c2Copy full SHA for bfa15c2
ui/src/workflow/nodes/function-node/index.vue
@@ -118,7 +118,7 @@ import NodeContainer from '@/workflow/common/NodeContainer.vue'
118
import NodeCascader from '@/workflow/common/NodeCascader.vue'
119
import type { FormInstance } from 'element-plus'
120
import { ref, computed, onMounted } from 'vue'
121
-import FieldFormDialog from '@/views/function-lib/component/FieldFormDialog.vue'
+import FieldFormDialog from '@/views/tool/component/FieldFormDialog.vue'
122
import { isLastNode } from '@/workflow/common/data'
123
124
const props = defineProps<{ nodeModel: any }>()
0 commit comments