From 7568c668b71919ba6f7e4161f4714924e97c94ea Mon Sep 17 00:00:00 2001 From: argirok Date: Wed, 13 Sep 2023 12:13:06 +0300 Subject: [PATCH] hide membership in edit form until the functionality is ready --- .../profile/edit-community/edit-community.component.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 69265fc..d44ae48 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 @@ -87,11 +87,12 @@ import {ClearCacheService} from "../../../../openaireLibrary/services/clear-cach placeholder="Who can create links for your community" [options]="claimOptions" type="select"> -
+ +
`,