Client: fixed transition to the group list after reloading the page/opening in a new tab

This commit is contained in:
Dmitry Sychugov 2024-07-15 20:00:35 +05:00
parent 280107b3b9
commit 98eccb51f8

View File

@ -2516,6 +2516,12 @@ class FilesActionStore {
clearFiles();
if (window.location.search.includes("group")) {
setSelectedNode(["accounts", "groups", "filter"]);
return window.DocSpace.navigate(`accounts/groups?${params}`, {
replace: true,
});
}
setSelectedNode(["accounts", "people", "filter"]);
if (fromHotkeys) return;