diff --git a/frontend/src/scenes/saved-insights/savedInsightsLogic.ts b/frontend/src/scenes/saved-insights/savedInsightsLogic.ts index a9b86424902fe..a2cdb3a1ef993 100644 --- a/frontend/src/scenes/saved-insights/savedInsightsLogic.ts +++ b/frontend/src/scenes/saved-insights/savedInsightsLogic.ts @@ -358,10 +358,6 @@ export const savedInsightsLogic = kea([ router.actions.push(urls.savedInsights()) } return - } else if (searchParams.insight) { - // old URL with `?insight=TRENDS` in query - router.actions.replace(urls.insightNew(searchParams)) - return } const currentFilters = cleanFilters(values.filters)