Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-26 08:36:34 +00:00
co-authored by renee-png
parent 5548328513
commit ab110889e5
@@ -119,7 +119,13 @@ export function LedgerTemplateDialog({
return {
value: c.id,
label: `${hoLabel}${c.name ? ` — ${c.name}` : ""}`,
description: caseLabel,
keywords: caseLabel,
render: (
<div className="flex flex-col">
<span>{hoLabel}{c.name ? ` — ${c.name}` : ""}</span>
{caseLabel && <span className="text-[11px] text-muted-foreground">{caseLabel}</span>}
</div>
),
};
}),
[otherCols],