This commit is contained in:
marko-kraemer 2025-07-06 19:06:43 +02:00
parent fdc4351609
commit ac2dcc0fc9
2 changed files with 1 additions and 2 deletions

View File

@ -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"""

View File

@ -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">