From acbca5d9c05ef7c9f1f6e17a45d616d998d1de34 Mon Sep 17 00:00:00 2001 From: Shuchang Zheng Date: Mon, 9 Jun 2025 19:12:05 -0700 Subject: [PATCH] node library to block library (#2643) --- .../workflows/editor/panels/WorkflowNodeLibraryPanel.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skyvern-frontend/src/routes/workflows/editor/panels/WorkflowNodeLibraryPanel.tsx b/skyvern-frontend/src/routes/workflows/editor/panels/WorkflowNodeLibraryPanel.tsx index 42c0dcbd..0aa02f18 100644 --- a/skyvern-frontend/src/routes/workflows/editor/panels/WorkflowNodeLibraryPanel.tsx +++ b/skyvern-frontend/src/routes/workflows/editor/panels/WorkflowNodeLibraryPanel.tsx @@ -273,8 +273,8 @@ function WorkflowNodeLibraryPanel({ onNodeClick, first }: Props) { {first - ? "Click on the node type to add your first block" - : "Click on the node type you want to add"} + ? "Click on the block type to add your first block" + : "Click on the block type you want to add"}