From b5a4ab8bca13a3a05d4ca44b14433469fe0e6fc9 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 18:09:04 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/routes/clients.$clientId.fees.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/routes/clients.$clientId.fees.tsx b/src/routes/clients.$clientId.fees.tsx index 1e53021..74703e0 100644 --- a/src/routes/clients.$clientId.fees.tsx +++ b/src/routes/clients.$clientId.fees.tsx @@ -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" },