hide membership in edit form until the functionality is ready
This commit is contained in:
parent
f63cd1ec60
commit
7568c668b7
|
@ -87,11 +87,12 @@ import {ClearCacheService} from "../../../../openaireLibrary/services/clear-cach
|
|||
placeholder="Who can create links for your community"
|
||||
[options]="claimOptions" type="select"></div>
|
||||
</div>
|
||||
<div class="uk-width-1-2@m">
|
||||
<!-- Hide until the functionality is ready-->
|
||||
<!-- <div class="uk-width-1-2@m">
|
||||
<div input [formInput]="communityFb.get('membership')"
|
||||
placeholder="Who can join"
|
||||
[options]="membershipOptions" type="select"></div>
|
||||
</div>
|
||||
</div>-->
|
||||
</div>
|
||||
</form>
|
||||
`,
|
||||
|
|
Loading…
Reference in New Issue