Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-19 17:00:30 +00:00
co-authored by renee-png
parent 4b32a7259f
commit c021726aea
+1
View File
@@ -29,6 +29,7 @@ interface FeeItem {
export function CaseExpensesTab({ caseId }: { caseId: string }) {
const { user } = useAuth();
const [items, setItems] = useState<any[]>([]);
const [clientId, setClientId] = useState<string | null>(null);
const [showForm, setShowForm] = useState(false);
const [submitting, setSubmitting] = useState(false);
const [form, setForm] = useState({