This commit is contained in:
Max Peintner
2025-07-25 15:16:37 +02:00
parent 225446fa53
commit 00e117eb8e

View File

@@ -103,6 +103,8 @@ import { GrpcService } from './grpc.service';
import { NewOrganizationService } from './new-organization.service'; import { NewOrganizationService } from './new-organization.service';
import { toObservable } from '@angular/core/rxjs-interop'; import { toObservable } from '@angular/core/rxjs-interop';
const ORG_LIMIT = 10;
@Injectable({ @Injectable({
providedIn: 'root', providedIn: 'root',
}) })