fix: wrong infernece

This commit is contained in:
Joel 2024-03-21 16:48:53 +08:00
parent fe1168d15a
commit ebbb30de44
1 changed files with 1 additions and 1 deletions

View File

@ -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'