diff --git a/plugins/workbench-resources/src/components/AccountPopup.svelte b/plugins/workbench-resources/src/components/AccountPopup.svelte index f22e8da731..9288185426 100644 --- a/plugins/workbench-resources/src/components/AccountPopup.svelte +++ b/plugins/workbench-resources/src/components/AccountPopup.svelte @@ -69,6 +69,8 @@ closePopup() closePanel() const loc = getCurrentResolvedLocation() + loc.fragment = undefined + loc.query = undefined loc.path[2] = settingId if (sp) loc.path[3] = sp.name loc.path.length = 4