mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-20 23:21:06 +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 */}
|
{/* Composio Integrations */}
|
||||||
{filteredComposio.length > 0 && onOpenComposio && (
|
{/* {filteredComposio.length > 0 && onOpenComposio && (
|
||||||
<section>
|
<section>
|
||||||
<div className="flex items-center gap-2 mb-4">
|
<div className="flex items-center gap-2 mb-4">
|
||||||
<h3 className="text-sm font-semibold text-muted-foreground">Managed OAuth</h3>
|
<h3 className="text-sm font-semibold text-muted-foreground">Managed OAuth</h3>
|
||||||
|
|
@ -176,7 +176,7 @@ export const AllConnectorsTab: FC<AllConnectorsTabProps> = ({
|
||||||
))}
|
))}
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
)}
|
)} */}
|
||||||
|
|
||||||
{/* More Integrations */}
|
{/* More Integrations */}
|
||||||
{filteredOther.length > 0 && (
|
{filteredOther.length > 0 && (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue