chore: hide Mandanten tab from admin navigation

Temporarily removed until multi-tenancy is implemented.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Thomas Reitz 2026-03-10 12:20:54 +01:00
parent 96834c541c
commit 8f738cadb5

View file

@ -3,7 +3,6 @@ import styles from './AdminLayout.module.css';
const tabs = [
{ to: '/admin/users', label: 'Benutzer' },
{ to: '/admin/tenants', label: 'Mandanten' },
{ to: '/admin/sso', label: 'SSO-Konfiguration' },
{ to: '/admin/external-links', label: 'Externe Links' },
{ to: '/admin/customize', label: 'Anpassungen' },