From 07ebffe91e9ca760ac6801d95f9b087c083b6d89 Mon Sep 17 00:00:00 2001 From: Saumya Date: Wed, 1 Oct 2025 22:56:43 +0530 Subject: [PATCH] chore: show all agents in dashboard --- frontend/src/components/dashboard/custom-agents-section.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/dashboard/custom-agents-section.tsx b/frontend/src/components/dashboard/custom-agents-section.tsx index 075b8a93..11e9364c 100644 --- a/frontend/src/components/dashboard/custom-agents-section.tsx +++ b/frontend/src/components/dashboard/custom-agents-section.tsx @@ -204,7 +204,7 @@ export function CustomAgentsSection({ onAgentSelect }: CustomAgentsSectionProps)
- {templates.templates.slice(0, 4).map((template) => ( + {templates.templates.map((template) => (