mirror of https://github.com/kortix-ai/suna.git
chore: show all agents in dashboard
This commit is contained in:
parent
ccbfe7d975
commit
07ebffe91e
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue