mirror of https://github.com/langgenius/dify.git
fix: wrong infernece
This commit is contained in:
parent
fe1168d15a
commit
ebbb30de44
|
|
@ -8,7 +8,7 @@ import Split from '@/app/components/workflow/nodes/_base/components/split'
|
|||
import Field from '@/app/components/workflow/nodes/_base/components/field'
|
||||
import OutputVars, { VarItem } from '@/app/components/workflow/nodes/_base/components/output-vars'
|
||||
import AddButton from '@/app/components/base/button/add-button'
|
||||
import ConfigVarModal from '@/app/components/workflow/types'
|
||||
import ConfigVarModal from '@/app/components/app/configuration/config-var/config-modal'
|
||||
import type { InputVar, NodePanelProps } from '@/app/components/workflow/types'
|
||||
|
||||
const i18nPrefix = 'workflow.nodes.start'
|
||||
|
|
|
|||
Loading…
Reference in New Issue