Explorar el Código

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

Kristian Vos hace 2 años
padre
commit
c512214761
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  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(