Parcourir la source

fix(AdvancedTable): history.replaceState would throw console warning

Kristian Vos il y a 2 ans
Parent
commit
c512214761
1 fichiers modifiés avec 5 ajouts et 1 suppressions
  1. 5 1
      frontend/src/components/AdvancedTable.vue

+ 5 - 1
frontend/src/components/AdvancedTable.vue

@@ -1904,7 +1904,11 @@ export default {
 				.map(key => `${key}=${queryObject[key]}`)
 				.join("&")}`;
 
-			window.history.replaceState(null, null, queryString);
+			window.history.replaceState(
+				window.history.state,
+				null,
+				queryString
+			);
 		},
 		setLocalStorage() {
 			localStorage.setItem(