chore: show all agents in dashboard

This commit is contained in:
Saumya 2025-10-01 22:56:43 +05:30
parent ccbfe7d975
commit 07ebffe91e
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ export function CustomAgentsSection({ onAgentSelect }: CustomAgentsSectionProps)
<div className="w-full">
<TitleSection />
<div className="grid gap-4 pb-4 grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4">
{templates.templates.slice(0, 4).map((template) => (
{templates.templates.map((template) => (
<UnifiedAgentCard
key={template.template_id}
variant="dashboard"