We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6425c9f commit d092cecCopy full SHA for d092cec
src-ts/tools/work/work.routes.tsx
@@ -114,7 +114,7 @@ export const workRoutes: ReadonlyArray<PlatformRoute> = [
114
element: <IntakeForms />,
115
hidden: true,
116
id: intakeFormsRouteId,
117
- route: `/${selfServiceRootRoute}${rootRoute}/new`,
+ route: `${selfServiceRootRoute}${rootRoute}/new`,
118
title: toolTitle,
119
},
120
{
0 commit comments