unit title link

This commit is contained in:
Julian Krauser 2025-03-22 08:18:36 +01:00
parent 73cc8bd82c
commit 4338f58dea
3 changed files with 19 additions and 2 deletions

View file

@ -57,6 +57,15 @@ export const useNavigationStore = defineStore("navigation", {
} as topLevelNavigationModel,
]
: []),
...(abilityStore.canSection("read", "unit")
? [
{
key: "unit",
title: "Wehr",
levelDefault: "",
} as topLevelNavigationModel,
]
: []),
...(abilityStore.canSection("read", "configuration")
? [
{