mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-08 20:25:19 +02:00
Merge branch 'MODSetter:dev' into dev
This commit is contained in:
commit
b91d86021c
1 changed files with 2 additions and 2 deletions
|
|
@ -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 && (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue