From b44eb246eb460f674f1e3e4163f98f67d4145233 Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Sun, 9 Aug 2026 20:48:11 +0100 Subject: [PATCH] Update setSearchParams call in ObjectTableNavigationButtons to replace URL parameters without adding to history --- .../Dashboard/common/ObjectTableNavigationButtons.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Dashboard/common/ObjectTableNavigationButtons.jsx b/src/components/Dashboard/common/ObjectTableNavigationButtons.jsx index e79eea3..4109c64 100644 --- a/src/components/Dashboard/common/ObjectTableNavigationButtons.jsx +++ b/src/components/Dashboard/common/ObjectTableNavigationButtons.jsx @@ -84,7 +84,7 @@ const ObjectTableNavigationButtons = ({ } } - setSearchParams(nextParams) + setSearchParams(nextParams, { replace: true }) }, [searchParams, setSearchParams, objectType] )