Merge branch 'MODSetter:dev' into dev

This commit is contained in:
Eric Lammertsma 2026-01-22 19:43:06 -05:00 committed by GitHub
commit b91d86021c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 && (