fix(admin): clear user route on modal close

This commit is contained in:
BADtochka
2026-06-06 20:16:43 +03:00
parent ae3d6a9b99
commit fcb8e51ec0
2 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -425,7 +425,7 @@
function closeUserCard() {
usersStore.closeUser({ skipPush: true });
if (active === "users" || active === "payments") {
onSectionChange(active);
onSectionChange(active, 0);
}
}