Skip to content

Commit b84ff64

Browse files
authored
Merge pull request #38396 from rezkiy37/feature/38185-update-route
Update "More features" page route
2 parents 7f56bfd + 6c7c215 commit b84ff64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ROUTES.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -562,8 +562,8 @@ const ROUTES = {
562562
getRoute: (policyID: string) => `settings/workspaces/${policyID}/categories/settings` as const,
563563
},
564564
WORKSPACE_MORE_FEATURES: {
565-
route: 'workspace/:policyID/more-features',
566-
getRoute: (policyID: string) => `workspace/${policyID}/more-features` as const,
565+
route: 'settings/workspaces/:policyID/more-features',
566+
getRoute: (policyID: string) => `settings/workspaces/${policyID}/more-features` as const,
567567
},
568568
WORKSPACE_CATEGORY_CREATE: {
569569
route: 'settings/workspaces/:policyID/categories/new',

0 commit comments

Comments
 (0)