diff --git a/krait-ui/src/actions/fetch-records.ts b/krait-ui/src/actions/fetch-records.ts index 7f3da7d..ab6e8c9 100644 --- a/krait-ui/src/actions/fetch-records.ts +++ b/krait-ui/src/actions/fetch-records.ts @@ -50,7 +50,7 @@ export default class FetchRecords extends BaseAction< } const currentUrl = new URL(window.location.href); - const historyState = `${currentUrl.pathname}${url.search}`; + const historyState = `${currentUrl.pathname}${url.search}${currentUrl.hash}`; history.replaceState({}, '', historyState); return {