From 853179d89766959553aca1db756cfe70a715bb6a Mon Sep 17 00:00:00 2001 From: Tyler Ohlsen Date: Fri, 29 Sep 2023 16:10:43 -0700 Subject: [PATCH] update comment Signed-off-by: Tyler Ohlsen --- .../workflow_detail/workspace_component/workspace_component.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/pages/workflow_detail/workspace_component/workspace_component.tsx b/public/pages/workflow_detail/workspace_component/workspace_component.tsx index 0b4b7eaa..a69a5d0e 100644 --- a/public/pages/workflow_detail/workspace_component/workspace_component.tsx +++ b/public/pages/workflow_detail/workspace_component/workspace_component.tsx @@ -21,7 +21,7 @@ interface WorkspaceComponentProps { /** * TODO: This will be the ReactFlow node in the drag-and-drop workspace. It will take in the data passed - * to it from the canvas and render it appropriately (inputs / params / outputs / etc.) + * to it from the workspace and render it appropriately (inputs / params / outputs / etc.) * Similar to Flowise's CanvasNode - see * https://github.com/FlowiseAI/Flowise/blob/main/packages/ui/src/views/canvas/CanvasNode.js */