Add checkbox for isCore
This commit is contained in:
@@ -6,7 +6,7 @@ export default Ember.Component.extend({
|
||||
realName: null,
|
||||
address: null,
|
||||
ipfsHash: null,
|
||||
isCore: true,
|
||||
isCore: false,
|
||||
|
||||
inProgress: false,
|
||||
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
<form {{action "save" on="submit"}}>
|
||||
<p>
|
||||
{{input type="checkbox" name="is-core" id="is-core" checked=isCore}}
|
||||
<label for="is-core">Core team member (can add contributors)</label>
|
||||
</p>
|
||||
<p>
|
||||
{{input name="id"
|
||||
type="text"
|
||||
|
||||
Reference in New Issue
Block a user