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:04 +00:00
co-authored by renee-png
parent e9423fbaca
commit b5a4ab8bca
+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" },