diff --git a/skyvern-frontend/src/routes/workflows/editor/panels/WorkflowNodeLibraryPanel.tsx b/skyvern-frontend/src/routes/workflows/editor/panels/WorkflowNodeLibraryPanel.tsx
index f734ce57..0a6d18aa 100644
--- a/skyvern-frontend/src/routes/workflows/editor/panels/WorkflowNodeLibraryPanel.tsx
+++ b/skyvern-frontend/src/routes/workflows/editor/panels/WorkflowNodeLibraryPanel.tsx
@@ -2,7 +2,6 @@ import { useWorkflowPanelStore } from "@/store/WorkflowPanelStore";
import {
Cross2Icon,
CursorTextIcon,
- DownloadIcon,
EnvelopeClosedIcon,
FileIcon,
ListBulletIcon,
@@ -56,12 +55,13 @@ const nodeLibraryItems: Array<{
title: "File Parser Block",
description: "Downloads and parses a file",
},
- {
- nodeType: "download",
- icon: ,
- title: "Download Block",
- description: "Downloads a file from S3",
- },
+ // disabled
+ // {
+ // nodeType: "download",
+ // icon: ,
+ // title: "Download Block",
+ // description: "Downloads a file from S3",
+ // },
{
nodeType: "upload",
icon: ,