Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-18 02:49:01 +00:00
co-authored by renee-png
parent 7cdbb1fcdc
commit 43504f5051
+1 -1
View File
@@ -34,7 +34,7 @@ interface CaseOpt {
id: string;
case_number: string;
title: string;
client_id: string;
client_id: string | null;
default_hourly_rate: number | null;
}
interface FeeItem {