| | |
| | | import type { FC } from 'react' |
| | | import { type FC } from 'react' |
| | | import React from 'react' |
| | | import { useTranslation } from 'react-i18next' |
| | | import useConfig from './use-config' |
| | |
| | | import VarList from '@/app/components/workflow/nodes/_base/components/variable/var-list' |
| | | import Field from '@/app/components/workflow/nodes/_base/components/field' |
| | | import AddButton from '@/app/components/base/button/add-button' |
| | | import type { NodePanelProps } from '@/app/components/workflow/types' |
| | | import { type NodePanelProps } from '@/app/components/workflow/types' |
| | | |
| | | const i18nPrefix = 'workflow.nodes.end' |
| | | |
| | |
| | | const outputs = inputs.outputs |
| | | return ( |
| | | <div className='mt-2'> |
| | | <div className='space-y-4 px-4 pb-4'> |
| | | <div className='px-4 pb-4 space-y-4'> |
| | | |
| | | <Field |
| | | title={t(`${i18nPrefix}.output.variable`)} |