Skip to content

Commit

Permalink
Merge pull request #38396 from rezkiy37/feature/38185-update-route
Browse files Browse the repository at this point in the history
Update "More features" page route
  • Loading branch information
mountiny authored Mar 15, 2024
2 parents 7f56bfd + 6c7c215 commit b84ff64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ROUTES.ts
Original file line number Diff line number Diff line change
Expand Up @@ -562,8 +562,8 @@ const ROUTES = {
getRoute: (policyID: string) => `settings/workspaces/${policyID}/categories/settings` as const,
},
WORKSPACE_MORE_FEATURES: {
route: 'workspace/:policyID/more-features',
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,
},
WORKSPACE_CATEGORY_CREATE: {
route: 'settings/workspaces/:policyID/categories/new',
Expand Down

0 comments on commit b84ff64

Please sign in to comment.