KI-AGENT: Aktiviere importierten Mandanten für Zieladmin

This commit is contained in:
2026-05-18 21:47:28 +02:00
parent cc3c405473
commit 1c68e6b724
3 changed files with 37 additions and 0 deletions

View File

@@ -152,6 +152,8 @@ const importTenantExport = async (event: Event) => {
}
await fetchTenant()
await auth.fetchMe()
await auth.switchTenant(String(result.tenantId))
toast.add({
title: "Mandantenimport abgeschlossen",