diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue index 457cc7a7a..60c5dedbd 100644 --- a/src/components/NavBar.vue +++ b/src/components/NavBar.vue @@ -26,7 +26,7 @@ async function redirect() { if (route?.params?.id) { window.location.href = await getUrl(`${section}/${route.params.id}/summary`); } else { - window.location.href = await getUrl(section + 'dashboard'); + window.location.href = await getUrl(section + '/index'); } }