diff --git a/src/app/pages/community-info/profile/edit-community/edit-community.component.ts b/src/app/pages/community-info/profile/edit-community/edit-community.component.ts index 0134f16..89c1116 100644 --- a/src/app/pages/community-info/profile/edit-community/edit-community.component.ts +++ b/src/app/pages/community-info/profile/edit-community/edit-community.component.ts @@ -100,13 +100,10 @@ import {ClearCacheService} from "../../../../openaireLibrary/services/clear-cach export class EditCommunityComponent { public communityFb: UntypedFormGroup; public statuses: Option[] = [ - {label: 'Visible', value: 'all'}, - {label: 'Visible [Public*]', value: 'PUBLIC'}, - {label: 'Visible to managers', value: 'manager'}, - {label: 'Visible to managers [Restricted*]', value: 'RESTRICTED'}, -/* - {label: 'Hidden [Private*]', value: 'PRIVATE'}, -*/ + // {label: 'Visible', value: 'all'}, + {label: 'Visible', value: 'PUBLIC'}, + // {label: 'Visible to managers', value: 'manager'}, + {label: 'Visible to managers', value: 'RESTRICTED'}, {label: 'Hidden', value: 'hidden'} ] public claimOptions: Option[] = [