mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 17:08:03 +08:00
run by single
This commit is contained in:
@ -9,7 +9,6 @@ import {
|
||||
import type { NodeProps } from 'reactflow'
|
||||
import BlockIcon from '../../block-icon'
|
||||
import { useWorkflow } from '../../hooks'
|
||||
import NodeControl from './components/node-control'
|
||||
|
||||
type BaseNodeProps = {
|
||||
children: ReactElement
|
||||
@ -32,7 +31,6 @@ const BaseNode: FC<BaseNodeProps> = ({
|
||||
`}
|
||||
onClick={() => handleSelectNode(id)}
|
||||
>
|
||||
<NodeControl />
|
||||
<div className='flex items-center px-3 pt-3 pb-2'>
|
||||
<BlockIcon
|
||||
className='shrink-0 mr-2'
|
||||
|
||||
Reference in New Issue
Block a user