diff --git a/ui/src/app/applications/components/pod-logs-viewer/pod-logs-viewer.tsx b/ui/src/app/applications/components/pod-logs-viewer/pod-logs-viewer.tsx index 1184117c92caa..e8cdca83f63b8 100644 --- a/ui/src/app/applications/components/pod-logs-viewer/pod-logs-viewer.tsx +++ b/ui/src/app/applications/components/pod-logs-viewer/pod-logs-viewer.tsx @@ -91,8 +91,6 @@ export const PodsLogsViewer = (props: PodLogsProps) => { const logsContainerRef = useRef(null); const setWithQueryParams = void>(key: string, cb: T) => { - history.replaceState(null, '', `${location.pathname}?${queryParams}`); - return (val => { cb(val); queryParams.set(key, val.toString());