Reorganize Group/User Page Routes (#1084)

* Consolidate group routes

* Update doc migration link
This commit is contained in:
Miroito
2022-03-23 04:54:16 +01:00
committed by GitHub
parent 20822ee808
commit e743d2c66b
15 changed files with 23 additions and 23 deletions

View File

@@ -48,7 +48,7 @@ export default defineComponent({
];
function handleRowClick(item: ReportSummary) {
router.push("/user/group/data/reports/" + item.id);
router.push("/group/data/reports/" + item.id);
}
function capitalize(str: string) {