Dateien in Organisation verschoben

This commit is contained in:
2026-05-08 19:27:00 +02:00
parent e166248c0d
commit bf5d7aaed2

View File

@@ -52,14 +52,14 @@ const links = computed(() => {
to: "/wiki",
icon: "i-heroicons-book-open"
} : null,
]
const documentChildren = [
featureEnabled("files") ? {
label: "Dateien",
to: "/files",
icon: "i-heroicons-document"
} : null,
]
const documentChildren = [
featureEnabled("createdletters") ? {
label: "Anschreiben",
to: "/createdletters",