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] )