KI-AGENT: Erstzugriff und Mandanten-Grunddaten für Selfhosting ergänzen
This commit is contained in:
@@ -14,9 +14,7 @@ const tenantInitials = computed(() => {
|
||||
.join('') || 'M'
|
||||
})
|
||||
|
||||
const activeTenants = computed(() =>
|
||||
auth.tenants.filter((tenant) => tenant.hasActiveLicense)
|
||||
)
|
||||
const activeTenants = computed(() => auth.tenants)
|
||||
|
||||
const tenantItems = computed(() => [
|
||||
activeTenants.value.map((tenant) => ({
|
||||
|
||||
Reference in New Issue
Block a user