chore: recurse

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2025-12-14 22:32:13 -08:00
parent f0a6c348d1
commit 7de87ada81
2 changed files with 12 additions and 11 deletions

View file

@ -191,7 +191,9 @@ export function DashboardClientLayout({
<CardDescription>{t("failed_load_llm_config")}</CardDescription>
</CardHeader>
<CardContent>
<p className="text-sm text-muted-foreground">{error.message}</p>
<p className="text-sm text-muted-foreground">
{error instanceof Error ? error.message : String(error)}
</p>
</CardContent>
</Card>
</div>