Floating Window Update (#2964)

This commit is contained in:
Jonathan Dobson
2025-07-16 07:18:46 -04:00
committed by GitHub
parent e1b75bca86
commit 4a4d063e35
2 changed files with 104 additions and 30 deletions

View File

@@ -186,17 +186,17 @@ const nodeLibraryItems: Array<{
title: "Upload to S3 Block",
description: "Upload files to AWS S3",
},
// {
// nodeType: "download",
// icon: (
// <WorkflowBlockIcon
// workflowBlockType={WorkflowBlockTypes.DownloadToS3}
// className="size-6"
// />
// ),
// title: "Download from S3 Block",
// description: "Download files from AWS S3",
// },
{
nodeType: "download",
icon: (
<WorkflowBlockIcon
workflowBlockType={WorkflowBlockTypes.DownloadToS3}
className="size-6"
/>
),
title: "Download from S3 Block",
description: "Download files from AWS S3",
},
{
nodeType: "fileUpload",
icon: (