diff --git a/src/community/services/community.service.ts b/src/community/services/community.service.ts index 9f855aa..4debb98 100644 --- a/src/community/services/community.service.ts +++ b/src/community/services/community.service.ts @@ -108,6 +108,7 @@ export class CommunityService { const matchingSpaces = await this.spaceRepository.find({ where: { spaceName: ILike(`%${pageable.search}%`), + disabled: false, community: { project: { uuid: param.projectUuid } }, }, relations: ['community'],