From f05ebaa8b8c6d37eecf5f33437847fc2f199feba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Obermu=CC=88ller?= Date: Tue, 6 Aug 2024 10:06:01 +0200 Subject: [PATCH] remove legacy url support --- frontend/src/scenes/saved-insights/savedInsightsLogic.ts | 4 ---- 1 file changed, 4 deletions(-) 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)