- error
This commit is contained in:
Alexandrina-Kuzeleva
2025-11-11 17:38:06 +03:00
parent 962dcc1ce9
commit 661137d500

View File

@@ -319,6 +319,7 @@ const handleClick = (tab) => {
username: userResource.data?.username,
},
})
else if (tab.external) window.location.href = `/${tab.to}`
else router.push({ name: tab.to })
}