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()
|
||||
|
||||
|
||||
@dataclass
|
||||
class MCPCredential:
|
||||
"""Represents an MCP credential"""
|
||||
|
|
|
@ -117,7 +117,7 @@ const AgentModal = ({ agent, isOpen, onClose, onCustomize, onChat, onPublish, on
|
|||
Chat
|
||||
</Button>
|
||||
</div>
|
||||
<div className="pt-2 border-t">
|
||||
<div className="pt-2">
|
||||
{agent.is_public ? (
|
||||
<div className="space-y-2">
|
||||
<div className="flex items-center justify-between text-sm text-muted-foreground">
|
||||
|
|
Loading…
Reference in New Issue