mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-08 19:28:17 +00:00
@@ -242,6 +242,8 @@ export const QUERY_KEYS = {
|
||||
["overview", "billing", range ?? "30d"] as const,
|
||||
operationsTab: (range?: string) =>
|
||||
["overview", "operations", range ?? "30d"] as const,
|
||||
fleetTab: (range?: string) => ["overview", "fleet", range ?? "30d"] as const,
|
||||
clearanceTab: () => ["overview", "clearance"] as const,
|
||||
customersTab: (range?: string) =>
|
||||
["overview", "customers", range ?? "30d"] as const,
|
||||
staffTab: (range?: string) =>
|
||||
|
||||
@@ -166,6 +166,8 @@ export const URL_CONSTANTS = {
|
||||
CONTRACTS: "/overview/contracts",
|
||||
BILLING: "/overview/billing",
|
||||
OPERATIONS: "/overview/operations",
|
||||
FLEET: "/overview/fleet",
|
||||
CLEARANCE: "/overview/clearance",
|
||||
CUSTOMERS: "/overview/customers",
|
||||
STAFF: "/overview/staff",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user