updated jsvm types and removed unused helper

This commit is contained in:
Gani Georgiev
2023-10-14 19:14:18 +03:00
parent 1f6ab24b34
commit 866d38caf9
41 changed files with 3320 additions and 3311 deletions
+2 -2
View File
@@ -111,7 +111,7 @@
}
function updateQueryParams(extra = {}) {
const query = Object.assign(
const queryParams = Object.assign(
{
collectionId: $activeCollection?.id || "",
filter: filter,
@@ -120,7 +120,7 @@
extra
);
CommonHelper.replaceQueryParams(query);
CommonHelper.replaceHashQueryParams(queryParams);
}
</script>