Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-19 16:02:17 +00:00
co-authored by renee-png
parent 8432cf697a
commit 257b8f9b04
+1
View File
@@ -54,6 +54,7 @@ export function CaseTimeTab({ caseRecord, onInvoice }: CaseTimeTabProps) {
const [fees, setFees] = useState<FeeItem[]>([]);
const [selectedFeeId, setSelectedFeeId] = useState<string>("");
const [showNewFee, setShowNewFee] = useState(false);
const load = async () => {
const { data, error } = await supabase