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:
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user