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 739ef83 commit 6f0835cCopy full SHA for 6f0835c
static/app/views/nav/tour/tour.tsx
@@ -161,12 +161,12 @@ export function NavigationTourProvider({children}: {children: React.ReactNode})
161
break;
162
case StackedNavigationTour.INSIGHTS:
163
if (activeGroup !== PrimaryNavGroup.INSIGHTS) {
164
- navigate(normalizeUrl(`/${prefix}/insights/`), {replace: true});
+ navigate(normalizeUrl(`/${prefix}/insights/frontend/`), {replace: true});
165
}
166
167
case StackedNavigationTour.SETTINGS:
168
if (activeGroup !== PrimaryNavGroup.SETTINGS) {
169
- navigate(normalizeUrl(`/${prefix}/settings/organization/`), {
+ navigate(normalizeUrl(`/settings/${organization.slug}/`), {
170
replace: true,
171
});
172
0 commit comments