diff --git a/app/components/add-contributor/component.js b/app/components/add-contributor/component.js index 36a68b2..75398c2 100644 --- a/app/components/add-contributor/component.js +++ b/app/components/add-contributor/component.js @@ -6,7 +6,7 @@ export default Ember.Component.extend({ realName: null, address: null, ipfsHash: null, - isCore: true, + isCore: false, inProgress: false, diff --git a/app/components/add-contributor/template.hbs b/app/components/add-contributor/template.hbs index 58d48bb..98caf38 100644 --- a/app/components/add-contributor/template.hbs +++ b/app/components/add-contributor/template.hbs @@ -1,4 +1,8 @@