Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
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],
|
||||
|
||||
Reference in New Issue
Block a user