diff --git a/src/utils/tools.js b/src/utils/tools.js index 174a91b3..d0d6af51 100644 --- a/src/utils/tools.js +++ b/src/utils/tools.js @@ -1057,7 +1057,7 @@ export function urlParamsHandler (url, oldParams, newParams, cleanOldParams) { } export function overwriteUrl (url) { - window.history.replaceState('', '', url) + window.history.replaceState({}, '', url) } /*