Add i18 support
This commit is contained in:
@@ -140,7 +140,9 @@ export class TenantService {
|
||||
// Context Management (Frontend-only operations)
|
||||
setCurrentTenant(tenant: TenantResponse): void {
|
||||
// Set tenant context in API client
|
||||
apiClient.setTenantId(tenant.id);
|
||||
if (tenant && tenant.id) {
|
||||
apiClient.setTenantId(tenant.id);
|
||||
}
|
||||
}
|
||||
|
||||
clearCurrentTenant(): void {
|
||||
|
||||
Reference in New Issue
Block a user