Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
0c845dcd35
commit
98e52390b6
@@ -150,7 +150,7 @@ export function CaseLitigationTab({ caseRecord, canManage, onSaved }: Props) {
|
||||
<CardContent className="p-5 space-y-5">
|
||||
{customFilled.length > 0 && (
|
||||
<>
|
||||
<Section icon={<ListChecks className="h-4 w-4" />} title="Custom fields">
|
||||
<Section icon={<ListChecks className="h-4 w-4" />} title="Matter Information">
|
||||
<div className="grid grid-cols-1 sm:grid-cols-2 gap-3">
|
||||
{customFilled.map((c) => (
|
||||
<div key={c.id}>
|
||||
|
||||
Reference in New Issue
Block a user