diff --git a/console/src/app/services/grpc-auth.service.ts b/console/src/app/services/grpc-auth.service.ts index c2a8683bfc..f30c57866d 100644 --- a/console/src/app/services/grpc-auth.service.ts +++ b/console/src/app/services/grpc-auth.service.ts @@ -103,6 +103,8 @@ import { GrpcService } from './grpc.service'; import { NewOrganizationService } from './new-organization.service'; import { toObservable } from '@angular/core/rxjs-interop'; +const ORG_LIMIT = 10; + @Injectable({ providedIn: 'root', })