mirror of https://github.com/kortix-ai/suna.git
wip
This commit is contained in:
parent
fdc4351609
commit
ac2dcc0fc9
|
@ -25,7 +25,6 @@ from services.supabase import DBConnection
|
||||||
|
|
||||||
db = DBConnection()
|
db = DBConnection()
|
||||||
|
|
||||||
|
|
||||||
@dataclass
|
@dataclass
|
||||||
class MCPCredential:
|
class MCPCredential:
|
||||||
"""Represents an MCP credential"""
|
"""Represents an MCP credential"""
|
||||||
|
|
|
@ -117,7 +117,7 @@ const AgentModal = ({ agent, isOpen, onClose, onCustomize, onChat, onPublish, on
|
||||||
Chat
|
Chat
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
<div className="pt-2 border-t">
|
<div className="pt-2">
|
||||||
{agent.is_public ? (
|
{agent.is_public ? (
|
||||||
<div className="space-y-2">
|
<div className="space-y-2">
|
||||||
<div className="flex items-center justify-between text-sm text-muted-foreground">
|
<div className="flex items-center justify-between text-sm text-muted-foreground">
|
||||||
|
|
Loading…
Reference in New Issue