diff --git a/app/components/add-contributor/component.js b/app/components/add-contributor/component.js index 95ee3be..6aee5b6 100644 --- a/app/components/add-contributor/component.js +++ b/app/components/add-contributor/component.js @@ -28,7 +28,7 @@ export default Component.extend({ isValidURL: function() { return isPresent(this.get('newContributor.url')); - }.property('newContributor.name'), + }.property('newContributor.url'), isValidGithubUID: function() { return isPresent(this.get('newContributor.github_uid'));