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:06 +00:00
co-authored by renee-png
parent 43504f5051
commit 38304c7a67
+1 -1
View File
@@ -30,7 +30,7 @@ interface CaseOption {
id: string;
case_number: string;
title: string;
client_id: string;
client_id: string | null;
default_hourly_rate: number | null;
}