fix(temp-hotpatch): Disabling composio until fixed.

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2026-01-22 16:35:28 -08:00
parent ed931bb404
commit eb509810f1

View file

@ -155,7 +155,7 @@ export const AllConnectorsTab: FC<AllConnectorsTabProps> = ({
)}
{/* Composio Integrations */}
{filteredComposio.length > 0 && onOpenComposio && (
{/* {filteredComposio.length > 0 && onOpenComposio && (
<section>
<div className="flex items-center gap-2 mb-4">
<h3 className="text-sm font-semibold text-muted-foreground">Managed OAuth</h3>
@ -176,7 +176,7 @@ export const AllConnectorsTab: FC<AllConnectorsTabProps> = ({
))}
</div>
</section>
)}
)} */}
{/* More Integrations */}
{filteredOther.length > 0 && (