Skip to content

Commit

Permalink
remove legacy url support
Browse files Browse the repository at this point in the history
  • Loading branch information
thmsobrmlr committed Aug 6, 2024
1 parent f0745cc commit f05ebaa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions frontend/src/scenes/saved-insights/savedInsightsLogic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -358,10 +358,6 @@ export const savedInsightsLogic = kea<savedInsightsLogicType>([
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)
Expand Down

0 comments on commit f05ebaa

Please sign in to comment.