minor v1.6.0 #106
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ export const useNavigationStore = defineStore("navigation", {
|
|||
? [{ key: "qualification", title: "Qualifikationen" }]
|
||||
: []),
|
||||
...(abilityStore.can("read", "configuration", "education")
|
||||
? [{ key: "education", title: "Aus-Fortbildungen" }]
|
||||
? [{ key: "education", title: "Aus-/Fortbildungen" }]
|
||||
: []),
|
||||
...(abilityStore.can("read", "configuration", "executive_position")
|
||||
? [{ key: "executive_position", title: "Vereinsämter" }]
|
||||
|
|
Loading…
Add table
Reference in a new issue