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"
|
placeholder="Who can create links for your community"
|
||||||
[options]="claimOptions" type="select"></div>
|
[options]="claimOptions" type="select"></div>
|
||||||
</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')"
|
<div input [formInput]="communityFb.get('membership')"
|
||||||
placeholder="Who can join"
|
placeholder="Who can join"
|
||||||
[options]="membershipOptions" type="select"></div>
|
[options]="membershipOptions" type="select"></div>
|
||||||
</div>
|
</div>-->
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
`,
|
`,
|
||||||
|
|
Loading…
Reference in New Issue