chore: commit all changes

This commit is contained in:
CREDO23 2025-12-10 10:32:16 +00:00
parent eb448d8a5b
commit ce90672250

View file

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