mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 00:48:04 +08:00
remove useless comments
This commit is contained in:
@ -89,7 +89,6 @@ const NodePanel: FC<Props> = ({ nodeInfo, collapsed, collapseHandle }) => {
|
||||
onChange={() => {}}
|
||||
/>
|
||||
</div>
|
||||
{/* ###TODO### conditions by type */}
|
||||
{nodeInfo.process_data && (
|
||||
<div className='px-[10px] py-1'>
|
||||
<CodeEditor
|
||||
|
||||
Reference in New Issue
Block a user