Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
e9423fbaca
commit
b5a4ab8bca
@@ -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