mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 01:48:04 +08:00
feat: get and set data use context
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
import type { FC } from 'react'
|
||||
import type { TemplateTransformNodeType } from './types'
|
||||
import type { NodeProps } from '@/app/components/workflow/types'
|
||||
|
||||
const Node: FC = () => {
|
||||
const Node: FC<NodeProps<TemplateTransformNodeType>> = () => {
|
||||
return (
|
||||
// No summary content
|
||||
<div></div>
|
||||
|
||||
Reference in New Issue
Block a user