diff --git a/public/app/features/search/components/DashboardListPage.tsx b/public/app/features/search/components/DashboardListPage.tsx index 33e0ba97a35..20e64b5d93d 100644 --- a/public/app/features/search/components/DashboardListPage.tsx +++ b/public/app/features/search/components/DashboardListPage.tsx @@ -31,7 +31,7 @@ export const DashboardListPage: FC = memo(({ match, location }) => { const path = locationUtil.stripBaseFromUrl(folder.url); if (path !== location.pathname) { - locationService.push(path); + locationService.replace(path); } return { folder, pageNav: folderNav };