diff --git a/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/components/sub-block/sub-block.tsx b/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/components/sub-block/sub-block.tsx index 0ffba587d1..26538a36d1 100644 --- a/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/components/sub-block/sub-block.tsx +++ b/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/components/sub-block/sub-block.tsx @@ -7,6 +7,7 @@ import { Check, Clipboard, ExternalLink, + Info, } from 'lucide-react' import { useParams } from 'next/navigation' import { Button, Input, Label, Tooltip } from '@/components/emcn/components' @@ -271,6 +272,18 @@ const renderLabel = ( config.title )} {required && *} + {config.tooltip && ( + + + + + + + +

{config.tooltip}

+
+
+ )} {labelSuffix} {config.type === 'code' && config.language === 'json' &&