mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-18 14:23:36 +00:00
clear query when navigate to settings (#3371)
Signed-off-by: Ruslan Bayandinov <wazsone@ya.ru>
This commit is contained in:
parent
8e11da1a2f
commit
bec400bfc8
@ -69,6 +69,8 @@
|
|||||||
closePopup()
|
closePopup()
|
||||||
closePanel()
|
closePanel()
|
||||||
const loc = getCurrentResolvedLocation()
|
const loc = getCurrentResolvedLocation()
|
||||||
|
loc.fragment = undefined
|
||||||
|
loc.query = undefined
|
||||||
loc.path[2] = settingId
|
loc.path[2] = settingId
|
||||||
if (sp) loc.path[3] = sp.name
|
if (sp) loc.path[3] = sp.name
|
||||||
loc.path.length = 4
|
loc.path.length = 4
|
||||||
|
Loading…
Reference in New Issue
Block a user