We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25b98e8 commit 8303dc2Copy full SHA for 8303dc2
src/composables/useMenu.ts
@@ -206,7 +206,7 @@ function useMenu(identityStateStore) {
206
for (const menu of menus.value) {
207
if (menu.path && menu.badge) {
208
const label = normalizeLabel(menu.label)
209
- const params = new URL(window.location.host + menu.path).searchParams
+ const params = new URL(window.location.origin + menu.path).searchParams
210
const queryString = qs.parse(params.toString())
211
212
filters[label] = queryString['filters']
0 commit comments