We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f56bfd + 6c7c215 commit b84ff64Copy full SHA for b84ff64
src/ROUTES.ts
@@ -562,8 +562,8 @@ const ROUTES = {
562
getRoute: (policyID: string) => `settings/workspaces/${policyID}/categories/settings` as const,
563
},
564
WORKSPACE_MORE_FEATURES: {
565
- route: 'workspace/:policyID/more-features',
566
- getRoute: (policyID: string) => `workspace/${policyID}/more-features` as const,
+ route: 'settings/workspaces/:policyID/more-features',
+ getRoute: (policyID: string) => `settings/workspaces/${policyID}/more-features` as const,
567
568
WORKSPACE_CATEGORY_CREATE: {
569
route: 'settings/workspaces/:policyID/categories/new',
0 commit comments