Skip to content

Commit

Permalink
re-enable upload block (Skyvern-AI#1324)
Browse files Browse the repository at this point in the history
  • Loading branch information
wintonzheng authored Dec 5, 2024
1 parent d8c6471 commit 78c73e5
Showing 1 changed file with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import {
PlusIcon,
StopwatchIcon,
UpdateIcon,
UploadIcon,
} from "@radix-ui/react-icons";
import { WorkflowBlockNode } from "../nodes";
import { AddNodeProps } from "../FlowRenderer";
Expand Down Expand Up @@ -93,12 +94,12 @@ const nodeLibraryItems: Array<{
// title: "Download Block",
// description: "Downloads a file from S3",
// },
// {
// nodeType: "upload",
// icon: <UploadIcon className="size-6" />,
// title: "Upload Block",
// description: "Uploads a file to S3",
// },
{
nodeType: "upload",
icon: <UploadIcon className="size-6" />,
title: "Upload Block",
description: "Uploads a file to S3",
},
{
nodeType: "fileDownload",
icon: <DownloadIcon className="size-6" />,
Expand Down

0 comments on commit 78c73e5

Please sign in to comment.