From 1943cb84e580801836bb9db1c248761fdf55a3ad Mon Sep 17 00:00:00 2001 From: Shuchang Zheng Date: Wed, 26 Feb 2025 12:11:46 -0800 Subject: [PATCH] Remove upload block from node library (#1844) --- .../panels/WorkflowNodeLibraryPanel.tsx | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/skyvern-frontend/src/routes/workflows/editor/panels/WorkflowNodeLibraryPanel.tsx b/skyvern-frontend/src/routes/workflows/editor/panels/WorkflowNodeLibraryPanel.tsx index 8cf7eda3..645c1398 100644 --- a/skyvern-frontend/src/routes/workflows/editor/panels/WorkflowNodeLibraryPanel.tsx +++ b/skyvern-frontend/src/routes/workflows/editor/panels/WorkflowNodeLibraryPanel.tsx @@ -166,17 +166,17 @@ const nodeLibraryItems: Array<{ // title: "Download Block", // description: "Downloads a file from S3", // }, - { - nodeType: "upload", - icon: ( - - ), - title: "Upload Block", - description: "Uploads a file to S3", - }, + // { + // nodeType: "upload", + // icon: ( + // + // ), + // title: "Upload Block", + // description: "Uploads a file to S3", + // }, { nodeType: "fileDownload", icon: (