Skip to content

Commit

Permalink
Remove code block from node list (#913)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykeremy authored Oct 5, 2024
1 parent aedb7d2 commit 9fe8dcb
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { useWorkflowPanelStore } from "@/store/WorkflowPanelStore";
import {
CodeIcon,
Cross2Icon,
CursorTextIcon,
DownloadIcon,
Expand Down Expand Up @@ -44,12 +43,13 @@ const nodeLibraryItems: Array<{
title: "Send Email Block",
description: "Sends an email",
},
{
nodeType: "codeBlock",
icon: <CodeIcon className="h-6 w-6" />,
title: "Code Block",
description: "Executes Python code",
},
// temporarily removed
// {
// nodeType: "codeBlock",
// icon: <CodeIcon className="h-6 w-6" />,
// title: "Code Block",
// description: "Executes Python code",
// },
{
nodeType: "fileParser",
icon: <FileIcon className="h-6 w-6" />,
Expand Down

0 comments on commit 9fe8dcb

Please sign in to comment.