Fixed stale fees route cache

X-Lovable-Edit-ID: edt-51358593-0a47-4072-ab3a-f5623de5f9ca
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-22 18:09:27 +00:00
co-authored by renee-png
+2
View File
@@ -46,6 +46,8 @@ export const Route = createFileRoute("/clients/$clientId/fees")({
),
});
// route: client adjust fees page
type BillingMethod = "hourly" | "flat" | "contingency" | "pro_bono";
const BILLING_OPTIONS: { value: BillingMethod; label: string }[] = [
{ value: "hourly", label: "Hourly" },