diff --git a/autogpt_platform/frontend/src/app/(platform)/build/components/FlowEditor/nodes/CustomNode/StandardNodeBlock.tsx b/autogpt_platform/frontend/src/app/(platform)/build/components/FlowEditor/nodes/CustomNode/StandardNodeBlock.tsx index bec2aee47d..49bf95ae5f 100644 --- a/autogpt_platform/frontend/src/app/(platform)/build/components/FlowEditor/nodes/CustomNode/StandardNodeBlock.tsx +++ b/autogpt_platform/frontend/src/app/(platform)/build/components/FlowEditor/nodes/CustomNode/StandardNodeBlock.tsx @@ -11,6 +11,7 @@ import { NodeBadges } from "./components/NodeBadges"; import { NodeExecutionBadge } from "./components/NodeExecutionBadge"; import { nodeStyleBasedOnStatus } from "./helpers"; import { NodeDataRenderer } from "./components/NodeOutput/NodeOutput"; +import { NodeContextMenu } from "./components/NodeContextMenu"; type StandardNodeBlockType = { data: CustomNodeData; @@ -37,24 +38,30 @@ export const StandardNodeBlock = ({ >