Update setSearchParams call in ObjectTableNavigationButtons to replace URL parameters without adding to history
This commit is contained in:
parent
40b567b17e
commit
b44eb246eb
@ -84,7 +84,7 @@ const ObjectTableNavigationButtons = ({
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
setSearchParams(nextParams)
|
setSearchParams(nextParams, { replace: true })
|
||||||
},
|
},
|
||||||
[searchParams, setSearchParams, objectType]
|
[searchParams, setSearchParams, objectType]
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user