Build Profile View with Times View and some Profile Editing

Some Changes in timetracking.vue
This commit is contained in:
2024-01-12 18:21:53 +01:00
parent 7aa06f595d
commit 291b0350e8
5 changed files with 551 additions and 221 deletions

View File

@@ -41,7 +41,7 @@ const userMenuItems = ref([
{
label: 'Benutzer',
icon: 'i-heroicons-user-group',
to: "/settings/users"
to: "/users"
}
])